Sunbird Framework API(s)_V1

Number of APIs: 17

The Framework API resources is basically a supporting data structure which serves as a template - It can be used in places where the structure remains the same but only the usage changes as per the requirement. - These resources are used to create, update, read, search, the objects like channels, frameworks, catergories, terms - The Hierarchy is as: Framework-->Category-->Terms - Category: An abstract classification of the terms partitioned according to requirement - Terms: Refers to a keyword or a phrase to descibe a Concept - TestCases

  1. framework/v1-category - Create Category POST {{baseUrl}}/framework/v1/category/create?framework=Ut enim offici

  2. framework/v1-term - Search Term POST {{baseUrl}}/framework/v1/term/search?framework=Ut enim offici&category=Ut enim offici

  3. framework/v1-framework - List Existing Frameworks POST {{baseUrl}}/framework/v1/list

  4. channel/v1 - Create Channel POST {{baseUrl}}/channel/v1/create

  5. channel/v1 - Get a Channel GET {{baseUrl}}/channel/v1/read/:ID

  6. channel/v1 - Update Channel PATCH {{baseUrl}}/channel/v1/update/:ID

  7. framework/v1-framework - Create a Framework POST {{baseUrl}}/framework/v1/create

  8. framework/v1-framework - Get a Framework GET {{baseUrl}}/framework/v1/read/:ID

  9. framework/v1-framework - Update Framework PATCH {{baseUrl}}/framework/v1/update/:ID

  10. framework/v1-framework - Publish Framework POST {{baseUrl}}/framework/v1/publish/:ID