List Pricing Policy Attachments
Retrieve a list of pricing policy attachments.
get
Path parameters
pricingPolicyIdstringRequired
Responses
200
OK
application/json
get
GET /public/v1/catalog/pricing-policies/{pricingPolicyId}/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": {
"at": "2025-09-12T22:43:35.417Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
},
"updated": {
"at": "2025-09-12T22:43:35.417Z",
"by": {
"id": "text",
"name": "text",
"icon": "text",
"revision": 1
}
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"revision": 1,
"type": "text",
"size": 1,
"description": "text",
"fileName": "text",
"contentType": "text",
"status": "text"
}
]
}
Last updated
Was this helpful?