cURL
curl --request GET \ --url https://api.decodahealth.com/user/patient/tags/list \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "id": "<string>", "name": "<string>", "isActive": true, "createdDate": "2023-11-07T05:31:56Z", "emoji": "<string>", "color": "<string>", "updatedDate": "2023-11-07T05:31:56Z" } ], "total": 123 }
Get all patient tags with optional filtering.
The tenant you are making this request on behalf of
Your api key
asc
desc
Filter by tag name (partial match)
Filter by active status
Successful Response
Show child attributes
Unique identifier for the patient tag
Name of the patient tag
Whether the tag is active
Date and time when the tag was created
Emoji associated with the tag
Color code for the tag (hex format)
Date and time when the tag was last updated