Taiga
API ReferencePre EncounterTagsV1

Get tag

Gets a tag by TagId.

GET
/tags/v1/{id}

Authorization

BearerAuth
AuthorizationBearer <token>

Send your Taiga API key as a Bearer token. Create and manage keys in the Taiga developer portal.

In: header

Path Parameters

id*pre-encounterTagId

The unique identifier for a Tag.

Response Body

application/json

curl -X GET "https://example.com/tags/v1/string"
{  "id": "string",  "organization_id": "string",  "deactivated": true,  "version": 0,  "updated_at": "2019-08-24T14:15:22Z",  "updating_user_id": "string",  "value": "string",  "description": "string",  "alert": true}