Get Attachment Logs
This request returns a list of attachment logs.
An attachment log contains the log of an action that have taken place on the attachments.
Resource
GET /attachments/logs
Parameters
Payload
None
Response
Context
Authorization |
Administrator |
Errors
Example
Request
GET https://xelion.nl/api/v1/master/attachments/logs
Response
{
"data": [
{
"object": {
"commonName": "2019-03-05 15:32:16",
"oid": "1813094",
"objectType": "XCCAttachmentLog"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
},
{
"object": {
"commonName": "2019-03-05 15:30:33",
"oid": "1813085",
"objectType": "XCCAttachmentLog"
},
"links": [
{
"rel": "self",
"method": "GET"
}
]
}
],
"meta": {
"links": [
{
"rel": "refresh",
"href": "http://xelion.nl/api/v1/master/attachments/logs",
"method": "GET"
},
{
"rel": "next",
"href": "http://xelion.nl/api/v1/master/attachments/logs?after=1813094",
"method": "GET"
},
{
"rel": "previous",
"href": "http://xelion.nl/api/v1/master/attachments/logs?before=1812839",
"method": "GET"
}
],
"paging": {
"previousId": "1812839",
"nextId": "1813094"
}
}
}