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": "ef102384-a260-4877-86b2-a2365528677e",
"PinchVersions": [
{
"Id": "0a20b0e8-c825-4e65-aa4d-d0e45de2d0e3",
"Status": "Draft",
"ModifiedDate": "2025-11-23T02:12:42.5626789+00:00"
},
{
"Id": "0a20b0e8-c825-4e65-aa4d-d0e45de2d0e3",
"Status": "Draft",
"ModifiedDate": "2025-11-23T02:12:42.5626789+00:00"
}
]
}