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