Create Organization
Scenario
Taskflow
HEADER
TYPE
DESCRIPTION
SAMPLE
curl -X POST \
https://sunbird.xyzcorp.com/api/channel/v1/list \
-H 'Content-type: application/json' \
-H 'Authorization: Bearer abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ1234567890'
{
"id": "api.channel.list",
"ver": "1.0",
"ts": "2018-10-31T03:32:00.875Z",
"params": {
"resmsgid": "871ffbb0-dcbd-11e8-af3b-63285e87d510",
"msgid": "86f62c90-dcbd-11e8-8e5d-e72c97a8e618",
"status": "successful",
"err": null,
"errmsg": null
},
"responseCode": "OK",
"result": {
"channels": [
{
"identifier": "channel",
"code": "channel",
"framewor (or channel IDks": [],
"consumerId": "9d8a6562-ac2d-4c10-b5fa-34dfb327aeb1",
"channel": "in.example",
"description": "",
"createdOn": "2018-10-20T06:20:50.861+0000",
"versionKey": "1513750850861",
"appId": "example_portal",
"name": "My Channel",
"lastUpdatedOn": "2018-12-20T06:20:50.861+0000",
"categories": [],
"defaultFramework": "NCF",
"status": "Live"
},
{
.
.
.
.
{
"owner": "xyz.corp",
"identifier": "megalithic",
"code": "megalithic",
"consumerId": "dc62def7-ecfd-3959-ab2f-d98251ed83e2",
"channel": "hyper.channel",
"description": "Organization structure",
"type": "Education",
"createdOn": "2017-09-07T05:04:18.751+0000",
"versionKey": "2873475457420",
},
"appId": "staging.xyz.corp",
"name": "The XCorp",
"lastUpdatedOn": "2018-09-07T05:04:43.807+0000",
"categories": [],
"status": "Live"
}
],
"count": 808
}
}
HEADER
TYPE
DESCRIPTION
SAMPLE
HEADER
TYPE
DESCRIPTION
SAMPLE
Concepts Covered
Last updated
Was this helpful?