attachment
Get attachments
List attachments in your groups
get/attachment/
Query parameters
groupstring
Example:my-group
Filter by a specific group
limitinteger
Length of dataset to return. Use with offset query to iterate through results.
offsetinteger
Offset from start of dataset. Use with the limit query to iterate through dataset.
Response
successful operation, list of attachment objects
Example response
{
"meta": {
"limit": 20,
"next": "/api/v1/attachment/?offset=20&limit=20",
"previous": "None",
"total_count": 26
},
"objects": [
{
"created": "2020-05-20T:15:10",
"description": "Attachment for supplier contract",
"filename": "attach1.pdf",
"resource_uri": "/api/v1/attachment/f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0/",
"uuid": "f0f0f0f0-f0f0-f0f0-f0f0-f0f0f0f0f0f0"
}
]
}