GET api/pinches/{publishId}/versions
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| publishId | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
PinchVersionsDto| Name | Description | Type | Additional information |
|---|---|---|---|
| PublishId | globally unique identifier |
None. |
|
| PinchVersions | Collection of PinchVersionDto |
None. |
Response Formats
application/json, text/json
Sample:
{
"PublishId": "5f294e04-95fa-4281-9e8c-baf6d7eba51c",
"PinchVersions": [
{
"Id": "e1bd2180-8d2a-458b-8e5a-2a6310e77f59",
"Status": "Draft",
"ModifiedDate": "2026-07-22T23:43:52.3731878+00:00"
},
{
"Id": "e1bd2180-8d2a-458b-8e5a-2a6310e77f59",
"Status": "Draft",
"ModifiedDate": "2026-07-22T23:43:52.3731878+00:00"
}
]
}