GET/linkCategories/{id}.json
Retrieve a Single Link Category
Will return a category on its own; this is identified by its integer ID.
Path Params
- Name
id
- Type
- string
- required
- Description
Responses
- Code
- 200
- Type
- object
- Schema
- Description
- 200 Response
200 Response
application/json
{
"category": {
"project-id": "999",
"parent-id": "999",
"name": "Demo Category",
"count": "1",
"id": "999",
"elements_count": "0",
"type": "LinkCategory"
}
}