Sunbird Channel API(s)
The Channel API is an interface that allows users to manage channels. Channels are objects that represent different types of content and resources within a system. The API provides operations such as creating, reading, updating, and deleting channels.
. - The URL for Sunbird channel API(s) is channel/v1
- TestCases
Contact Support:
Email: info@sunbird.org
channel/v1
POSTCreate Channel
/channel/v1/create
This API is used for creating a channel
- The endpoint for Create Channel is
/channel/v1/create
- It points to knowledge-mw-service -
/v1/channel/create
- The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
AUTHORIZATIONAPI Key
Key
Value
HEADERS
Content-Type
Accept
Bodyraw (json)
Example Request
OK ! Successful operation."Create channel" operation was successfully executed.
200 OK
Example Response
Content-Type
GETGet a Channel
/channel/v1/read/{{channelId}}
This API is associated with fetching a channel by a specific channel ID
- The endpoint for Get a Channel is
/channel/v1/read/{ID}
- It points to knowledge-mw-service -
/v1/channel/read/{ID}
- The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
AUTHORIZATIONAPI Key
Key
Value
HEADERS
Accept
Example Request
OK ! Successful operation. **Channel Read** operation was successfully executed. \n Please refer for different additional [metadata](https://github.com/project-sunbird/knowledge-platform/blob/release-3.5.0/schemas/content/1.0/schema.json)
200 OK
Example Response
Content-Type