Skip to content

Get Tag

Request

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

Responses

Successful

Bodyapplication/json
tenant_idinteger
tag_idinteger
tag_category_idinteger
descriptionstring
archivedboolean
Response
{ "links": { "self": "https://api.pracsuite.com/v1/tag/1" }, "tenant_id": 0, "tag_id": 0, "tag_category_id": 0, "description": "string", "archived": true }