Skip to main content

List block versions

Log in to add to favourites
GET/api/management/projects/{projectId}/blocks/{blockId}/branches/{branchId}/versions/

Parameters

NameParameter typeTypeFormatDescriptionExampleRequired
projectIdpathstringThe project identifier found in the project overview screen of the management consolemovieDbtrue
blockIdpathstringThe block identifiermovie-listingtrue
branchIdpathstringThe branch identifiermaintrue
brokenpathbooleanSet to true if you only want to see broken block versionsfalse
runningStatuspathstringFilter the listing to a specific running statusstoppedfalse
pageIndexquerynumberintegerThe index of the pagefalse
pageSizequerynumberintegerThe number of results per page. The default is 25.false

Responses

HTTP status codeReasonModel
200SuccessBlock version
401UnauthorizedError
422Validation errorError
500Internal server errorError

Examples

Get all block versions for the main branch of the movie-listing block

HTTP
1
2
Accept: application/json GET: /api/management/projects/movieDb/blocks/movie-listing/main/versions/

Still need help?

New support request