Get Channel Information
get
/console/admin/api/v2/channels/{channelName}
You can query by channel name to get information for a channel. Returns orgUnits and ACL.
Request
Supported Media Types
- application/json
Path Parameters
-
channelName(required): string
Channel name
Response
Supported Media Types
- application/json
200 Response
Channel information
Nested Schema : ACL
Type:
object
Nested Schema : orgUnits
Type:
Show Source
object
Example:
{
"MSPs":[
{
"id":"org1MSP"
}
],
"anchorpeers":[
]
}
400 Response
Invalid arguments
401 Response
Unauthorized
500 Response
Internal server error
Default Response
Unexpected error