Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 1.42 KB

get-a-block.md

File metadata and controls

31 lines (23 loc) · 1.42 KB
description
Get a block by ID for a project.

Get a block

Get a block by it's id for a project.

GET /api/management/projects/{projectId}/blocks/{blockId}

Parameters

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

Example request

Accept: application/json
GET: /api/management/projects/movieDb/blocks/movie-listing

Response message

HTTP status code Reason Response model
200 Success Block
401 Unauthorized Error
404 NotFound Error
500 InternalServerError Error