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": "684fe130-bfb4-45be-8bcb-d9c5944caaf2",
"PinchVersions": [
{
"Id": "584d2f55-6681-43de-a8be-20391bc42216",
"Status": "Draft",
"ModifiedDate": "2026-09-01T11:35:31.4565189+00:00"
},
{
"Id": "584d2f55-6681-43de-a8be-20391bc42216",
"Status": "Draft",
"ModifiedDate": "2026-09-01T11:35:31.4565189+00:00"
}
]
}