HTTP - Management
Removed from your favourites
List blocks
Created by s.horan, last modified by zengenti on 17 Jan 2023
Gets the blocks as a paged list for a project.
GET/api/management/projects/{projectId}/blocks
Parameter
Name | Parameter type | Type | Description | Example | Required |
---|---|---|---|---|---|
projectId | path | string | The project identifier found in the project overview screen of the management console | movieDb | true |
Example
Example request
HTTP
Accept: application/json
GET: /api/management/projects/movieDb/blocks
Responses
HTTP status code | Reason | Model |
---|---|---|
200 | Success | Block [...] |
401 | Unauthorized | Error |
422 | Validation error | Error |
500 | Internal server error | Error |