Skip to content

Get Tag Category

Request

Security
x-api-key and a-api-key
Path
tag_category_idintegerrequired
GET
/tag_category/{tag_category_id}
curl -i -X GET \
  'https://api.pracsuite.com/v1/tag_category/{tag_category_id}' \
  -H 'a-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

Successful

Bodyapplication/json
tenant_idinteger
tag_category_idinteger
descriptionstring
is_clinicalboolean
is_patientboolean
archivedboolean
Response
{ "links": { "self": "https://api.pracsuite.com/v1/tag_category/1", "tags": "https://api.pracsuite.com/v1/tag_category/1/tag" }, "tenant_id": 0, "tag_category_id": 0, "description": "string", "is_clinical": true, "is_patient": true, "archived": true }