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

  • TestCases

Contact Support:
Email: info@sunbird.org

  1. collection/v1-flag - Collection Flag Accept POST {{baseUrl}}/collection/v1/flag/accept/{{collectionId}}

  2. collection/v1-hierarchy - Update Collection Hierarchy PATCH {{baseUrl}}/collection/v1/hierarchy/update

  3. collection/v1-hierarchy - Read Collection Hierarchy GET {{baseUrl}}/collection/v1/hierarchy/{{collectionId}}

  4. collection/v1-hierarchy - Add Collection Hierarchy PATCH {{baseUrl}}/collection/v1/hierarchy/add

  5. collection/v1 - Collection Copy POST {{baseUrl}}/collection/v1/copy/{{collectionId}}

  6. collection/v1 - Collection Reject POST {{baseUrl}}/collection/v1/reject/{{collectionId}}

  7. collection/v1 - Collection Discard DELETE {{baseUrl}}/collection/v1/discard/{{collectionId}}

  8. collection/v1 - Collection Unlisted Publish POST {{baseUrl}}/collection/v1/unlisted/publish/{{collectionId}}

  9. collection/v1-CSV TOC - TOC Download GET {{baseUrl}}/collection/v1/export/{{collectionId}}

  10. collection/v1-flag - Collection Flag POST {{baseUrl}}/collection/v1/flag/{{collectionId}}