EaserixDocs
DevelopersAPI referenceTasksAttachments

List an issue's attachments

Newest first. Each url points at the public presigned-redirect route.

View as Markdown
GET
/v1/issues/{id}/attachments
AuthorizationBearer <token>

In: header

Path Parameters

id*string
Formatuuid

Response Body

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/issues/497f6eca-6276-4993-bfeb-53cbbbba6f08/attachments"
{  "attachments": [    {      "id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",      "url": "string",      "filename": "string",      "contentType": "string",      "size": 0,      "created": "2019-08-24T14:15:22Z"    }  ]}