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": "3a30f102-31b6-4f62-bcc7-1f19a0943315",
"PinchVersions": [
{
"Id": "4c1147c5-8316-494e-bf64-662e6a10d793",
"Status": "Draft",
"ModifiedDate": "2026-03-11T18:40:42.6352461+00:00"
},
{
"Id": "4c1147c5-8316-494e-bf64-662e6a10d793",
"Status": "Draft",
"ModifiedDate": "2026-03-11T18:40:42.6352461+00:00"
}
]
}