Sunbird Collection Management API(s)
The Collection Management API allows you to manage collection over the sunbird platform.Apis perform operations related to all the Collection on the Sunbird Platform.
Each of the endpoints serve a different purpose, so which one to use depends on what you want to do
The operations include CRUD (Create, Update, Read) operations and other operations such as copy, flag, link Dialcode, etc.
The URL for Sunbird Content API(s) is
collection/v1
Contact Support:
Email: info@sunbird.org
collection/v1
flag
POSTCollection Flag
/collection/v1/flag/{{collectionId}}
This API is associated with flag Collection on the Sunbird Platform .
- /Collection/ endpoint executes the "Flag Collection" request based on parameters provided as metadata in the request body.
- The endpoint for Update Collection is
/collection/v1/flag
- It points to knowledge-mw-service -
/v1/collection/flag
- {...}refers to a section of review endpoint URL path that needs to be replaced by appropriate Id.
- It is mandatory to provide values for parameters marked with *.
- Mandatory fields cannot be null or empty.
AUTHORIZATIONAPI Key
Key
Value
HEADERS
X-Authenticated-User-Token
X-Channel-id
Accept
Bodyraw (json)
Example Request
OK
200 OK
Example Response
Content-Type
POSTCollection Flag Accept
/collection/v1/flag/accept/{{collectionId}}
This API is associated with Flag Accept Collection on the Sunbird Platform .
- /Collection/ endpoint executes the "Flag Accept Collection" request based on parameters provided as metadata in the request body.
- The endpoint for Flag Accept Collection is
/collection/v1/flag/accept
- It points to knowledge-mw-service -
/v1/collection/flag/accept
- {...}refers to a section of review endpoint URL path that needs to be replaced by appropriate Id.
- It is mandatory to provide values for parameters marked with *.
- Mandatory fields cannot be null or empty.
AUTHORIZATIONAPI Key
Key
Value
HEADERS
X-Authenticated-User-Token
X-Channel-id
Authorization
Accept
Bodyraw (json)
Example Request
OK
200 OK
Example Response
Content-Type