List Request Attachments
List attachments in the scope of the specific request.
get
Path parameters
requestIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/commerce/requests/{requestId}/attachments HTTP/1.1
Host: api.s1.today
Accept: */*
200
OK
{
"$meta": {
"pagination": {
"offset": 1,
"limit": 1,
"total": 1
},
"omitted": [
"text"
]
},
"data": [
{
"id": "text",
"audit": {
"created": "[Circular Reference]",
"updated": "[Circular Reference]"
},
"$meta": {
"omitted": [
"text"
]
},
"revision": 1,
"name": "text",
"type": "text",
"description": "text",
"filename": "text",
"size": 1,
"contentType": "text",
"request": {
"id": "text",
"audit": "[Circular Reference]",
"$meta": {
"omitted": [
"text"
]
},
"revision": 1,
"externalId": "text",
"name": "text",
"status": "text",
"error": "text",
"from": {
"id": "text",
"revision": 1,
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"requester": {
"id": "text",
"revision": 1,
"icon": "text",
"name": "text"
},
"assignee": {
"id": "text",
"revision": 1,
"icon": "text",
"name": "text"
},
"to": {
"id": "text",
"revision": 1,
"icon": "text",
"type": "Client",
"status": "Active",
"name": "text"
},
"product": {
"id": "text",
"revision": 1,
"name": "text",
"externalIds": {
"operations": "text",
"defaultErpItem": "text"
},
"icon": "text",
"status": "text"
},
"parameters": [
"[Circular Reference]"
],
"messages": [
"[Circular Reference]"
]
}
}
]
}
Last updated
Was this helpful?