Skip to main content
GET
/
attachments
/
{attachment_id}
/
tags
Get Attachment Tags For Attachment
curl --request GET \
  --url https://api.decodahealth.com/attachments/{attachment_id}/tags \
  --header 'API-KEY: <api-key>' \
  --header 'TENANT: <tenant>'
[
  {
    "id": "<string>",
    "name": "<string>",
    "color": "<string>",
    "createdDate": "2023-11-07T05:31:56Z"
  }
]

Headers

TENANT
string
required

The tenant you are making this request on behalf of

API-KEY
string
required

Your api key

Path Parameters

attachment_id
string
required

Response

Successful Response

id
string
required
name
string
required
color
string
required
createdDate
string<date-time> | null