Skip to main content
GET
/
api
/
apps
/
v1
/
categories
Get application categories
curl --request GET \
  --url https://app.trelica.com/api/apps/v1/categories \
  --header 'Authorization: Bearer <token>'
{
  "children": [
    {
      "children": [
        {
          "id": "5c8a5ffc884a2d5078161864",
          "name": "Big Data"
        },
        {
          "id": "5c8a5ffc884a2d5078161865",
          "name": "Business Intelligence (BI)"
        },
        {
          "id": "5c8a5ffc884a2d5078161863",
          "name": "Data Analysis"
        },
        {
          "id": "5c8a5ffc884a2d5078161869",
          "name": "Data Visualization"
        },
        {
          "id": "5c8a5ffc884a2d507816186b",
          "name": "Predictive Analytics"
        }
      ],
      "id": "5c8a5ffc884a2d5078161862",
      "name": "Analytics"
    }
  ],
  "id": "5c8a5ffc884a2d5078161b48",
  "name": "Application categories"
}

Authorizations

Authorization
string
header
required

OAuth 2.0. Obtain an access token via the Client Credentials or Authorization Code flow, then send it as Authorization: Bearer <token>.

Response

OK

A hierarchical tag with its children

children
array
id
string

The tag id

name
string

The tag

nameIntl
object

International version of the tag