Skala
Categories

Get category details

Retrieves the specific details of a single category using its unique identifier.

GET
/api/categories/{id}

Retrieves the specific details of a single category using its unique identifier.

AuthorizationBearer <token>

In: header

Path Parameters

id*string

Category identifier

Response Body

application/json

curl -X GET "https://api.skalasuite.com/api/categories/string"
{
  "id": 0,
  "name": "string",
  "parent": {},
  "children": [
    {}
  ],
  "lft": 0,
  "lvl": 0,
  "rgt": 0,
  "root": {},
  "isActive": true,
  "createdAt": "2019-08-24T14:15:22Z",
  "updatedAt": "2019-08-24T14:15:22Z"
}
Empty