HTTP - Management
Removed from your favourites
Get a block
Created by s.horan, last modified by zengenti on 17 Jan 2023
GET/api/management/projects/{projectId}/blocks/{blockId}
Parameters
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 |
blockId | path | string | The block identifier | movie-listing | true |
Example
Example request
HTTP
Accept: application/json
GET: /api/management/projects/movieDb/blocks/movie-listing