Get Channel Block Data

get

/console/admin/api/v2/channels/{channelName}/blocks/{blockId}

If you have the channel name and block ID, you can get one block of data from a channel.

Request

Supported Media Types
Path Parameters
Back to Top

Response

Supported Media Types

200 Response

Block data
Body ()
Root Schema : blockData
Type: object
Show Source
Nested Schema : data
Type: object
Nested Schema : header
Type: object

400 Response

Invalid arguments
Body ()
Root Schema : 400errorModels
Type: object
Show Source
Example:
{
    "respMesg":"invalid argument"
}

401 Response

Unauthorized

500 Response

Internal server error
Body ()
Root Schema : 500errorModels
Type: object
Show Source

Default Response

Unexpected error
Body ()
Root Schema : errorModel
Type: object
Show Source
Back to Top