Sunbird Collection Management API(s)
Number of APIs: 19
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 - Collection Flag Accept POST {{baseUrl}}/collection/v1/flag/accept/{{collectionId}}
-
collection/v1-hierarchy - Update Collection Hierarchy PATCH {{baseUrl}}/collection/v1/hierarchy/update
-
collection/v1-hierarchy - Read Collection Hierarchy GET {{baseUrl}}/collection/v1/hierarchy/{{collectionId}}
-
collection/v1-hierarchy - Add Collection Hierarchy PATCH {{baseUrl}}/collection/v1/hierarchy/add
-
collection/v1 - Collection Copy POST {{baseUrl}}/collection/v1/copy/{{collectionId}}
-
collection/v1 - Collection Reject POST {{baseUrl}}/collection/v1/reject/{{collectionId}}
-
collection/v1 - Collection Discard DELETE {{baseUrl}}/collection/v1/discard/{{collectionId}}
-
collection/v1 - Collection Unlisted Publish POST {{baseUrl}}/collection/v1/unlisted/publish/{{collectionId}}
-
collection/v1-CSV TOC - TOC Download GET {{baseUrl}}/collection/v1/export/{{collectionId}}
-
collection/v1-flag - Collection Flag POST {{baseUrl}}/collection/v1/flag/{{collectionId}}