GET/api/management/projects/{projectId}/blocks/{blockId}/branches/{branchId}/versions/
Parameters
Name | Parameter type | Type | Format | Description | Example | Required |
---|
projectId | path | string | | The project identifier found in the project overview screen of the management console | movieDb | true |
---|
blockId | path | string | | The block identifier | movie-listing | true |
---|
branchId | path | string | | The branch identifier | main | true |
---|
broken | path | boolean | | Set to true if you only want to see broken block versions | | false |
---|
runningStatus | path | string | | Filter the listing to a specific running status | stopped | false |
---|
pageIndex | query | number | integer | The index of the page | | false |
---|
pageSize | query | number | integer | The number of results per page. The default is 25. | | false |
---|
Examples
Get all block versions for the main branch of the movie-listing block
1
2
Accept: application/json
GET: /api/management/projects/movieDb/blocks/movie-listing/main/versions/