List Request Messages
get
Path parameters
requestIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/commerce/requests/{requestId}/messages 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": {
"at": "2025-09-17T22:59:00.120Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2025-09-17T22:59:00.120Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"revision": 1,
"visibility": {
"client": true,
"operations": true,
"vendor": true
},
"account": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1,
"type": "Client",
"status": "Active"
},
"type": "text",
"content": "text",
"request": {
"id": "text",
"name": "text",
"revision": 1
}
}
]
}
Last updated
Was this helpful?