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": "df108008-000d-46c3-97a6-91216e088a44",
"PinchVersions": [
{
"Id": "c0e22147-e516-41f7-a5bb-f6ad5850638a",
"Status": "Draft",
"ModifiedDate": "2026-06-11T18:53:58.4547935+00:00"
},
{
"Id": "c0e22147-e516-41f7-a5bb-f6ad5850638a",
"Status": "Draft",
"ModifiedDate": "2026-06-11T18:53:58.4547935+00:00"
}
]
}