Get Pricing Policy Attachment
Get a pricing policy attachment by ID.
get
Path parameters
pricingPolicyIdstringRequired
idstringRequired
Query parameters
selectstringOptional
Responses
200
OK
application/json
301
Moved Permanently
404
Not Found
application/json
get
GET /public/v1/catalog/pricing-policies/{pricingPolicyId}/attachments/{id} HTTP/1.1
Host: api.s1.today
Accept: */*
{
"id": "text",
"audit": {
"created": {
"at": "2025-08-21T22:58:03.528Z",
"by": "[Circular Reference]"
},
"updated": {
"at": "2025-08-21T22:58:03.528Z",
"by": "[Circular Reference]"
}
},
"$meta": {
"omitted": [
"text"
]
},
"name": "text",
"type": "text",
"size": 1,
"description": "text",
"fileName": "text",
"contentType": "text",
"status": "text"
}
Last updated
Was this helpful?