Skip to content

Find a category by ID

Categories

Finds a category by ID

GET
/categories/{id}

Parameters

Path Parameters

id*

ID of the category

Type
string
Required

Responses

Successful response

application/json
JSON
{
  
"id": "string",
  
"name": "string",
  
"order": 0
}

Samples

Gainsight CC Developer Portal