Skip to main content
GET
/
v1
/
nomenclature
/
categories
/
{id}
Get category by ID
curl --request GET \
  --url https://api.nomi.tools/v1/nomenclature/categories/{id} \
  --header 'Authorization: Basic <encoded-value>'
{
  "category": {
    "name": "<string>",
    "id": "<string>",
    "parentId": "<string>"
  }
}

Authorizations

Authorization
string
header
required

Use HTTP Basic Authentication. Provide your email as login and PPT token as the password.

Path Parameters

id
string
required

Query Parameters

includeArchived
boolean

Response

200 - application/json

Category details

category
object