cURL
curl --request GET \ --url https://api.decodahealth.com/attachments/tags \ --header 'API-KEY: <api-key>' \ --header 'TENANT: <tenant>'
{ "data": [ { "id": "<string>", "name": "<string>", "color": "<string>", "createdDate": "2023-11-07T05:31:56Z" } ], "total": 123 }
Get all attachment tags with optional filtering.
The tenant you are making this request on behalf of
Your api key
asc
desc
Successful Response
Show child attributes