v1
latestOpenAPI 3.0.12026-07-26272332.0 KBAttachments
Get the list of attachments
get/{recordType}/{alias}/{id}/attachments
Path parameters
recordTypestring string required
'apps', 'elements', 'tasks', or 'transactions'
aliasstring string required
The application alias
idstring string required
The record ID
Response
Ok
Example response
[
{
"id": "abc-123",
"name": "invoice.pdf",
"description": "Q4 Invoice",
"mediaType": "application/pdf",
"size": 245678,
"state": "VALID",
"viewState": "PRIVATE",
"contentUrl": "/v1/apps/my-namespace/REC-001/attachments/abc-123/content",
"createdAt": "2026-02-03T10:30:00Z"
}
]