List block versions
Log in to add to favouritesGET/api/management/projects/{projectId}/blocks/{blockId}/branches/{branchId}/versions/
Parameters
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId(required) | path | string | - | The project identifier found in the project overview screen of the management console. |
blockId(required) | path | string | - | The block identifier |
branchId(required) | path | string | - | The branch identifier |
broken | path | boolean | - | Set to true if you only want to see broken block versions |
runningStatus | path | string | - | Filter the listing to a specific running status |
pageIndex | query | number | integer | The index of the page. |
pageSize | query | number | integer | The number of results per page. The default is 25. |
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Block version |
401 | Unauthorized | Error |
422 | Validation error | Error |
500 | Internal server error | Error |
Examples
Get all block versions for the main branch of the movie-listing block
Accept: application/json
GET: /api/management/projects/movieDb/blocks/movie-listing/main/versions/