description |
---|
Get a block by ID for a project. |
Get a block by it's id for a project.
GET /api/management/projects/{projectId}/blocks/{blockId}
Name | Parameter type | Type | Format | Description |
---|---|---|---|---|
projectId | path | string | The project identifier, e.g. "movieDb". Found in the project overview screen of the management console | |
blockId | path | string | The identifier, e.g news |
Accept: application/json
GET: /api/management/projects/movieDb/blocks/movie-listing
HTTP status code | Reason | Response model |
---|---|---|
200 | Success | Block |
401 | Unauthorized | Error |
404 | NotFound | Error |
500 | InternalServerError | Error |