Get Request Attachment
Get an attachment in the scope of the specific request.
get
Path parameters
requestIdstringRequired
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
301
Moved Permanently
404
Not Found
application/json
get
GET /public/v1/commerce/requests/{requestId}/attachments/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-09-26T19:48:55.144Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2025-09-26T19:48:55.144Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"revision": 1,
"type": "text",
"description": "text",
"filename": "text",
"size": 1,
"contentType": "text",
"request": {
"id": "text",
"name": "text",
"revision": 1
}
}
Last updated
Was this helpful?