Get Channel Block Data
get
/console/admin/api/v2/channels/{channelName}/blocks/{blockId}
If you have the channel name and block ID, you can retrieve one block of data from a channel.
Request
Supported Media Types
- application/json
Path Parameters
-
blockId(required): string
Block ID
-
channelName(required): string
Channel name
Response
Supported Media Types
- application/json
200 Response
Block data
Nested Schema : data
Type:
object
Nested Schema : header
Type:
object
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error