Categories
Elenca tutte le categorie
Ottieni l'elenco di tutte le categorie
AuthorizationBearer <token>
In: header
Query Parameters
limit?integer
Quanti elementi restituire per volta (max 100)
Format
int32Response Body
application/json
application/json
curl -X GET "https://api.trainfog.com/developers/v1.0/categories"{
"count": 10,
"data": [
{
"id": "aaaaaa",
"workspace": "xxxxxx",
"integration": "demo-int-1",
"name": "category name",
"description": "category description",
"fullPath": "Root Category > Test category",
"parent": "688874b1a08a60001dd72e11",
"createdAt": "2019-08-24T14:15:22Z",
"updatedAt": "2019-08-24T14:15:22Z"
}
]
}{
"error": "Unauthorized"
}