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
-
framework/v1-category - Create Category POST {{baseUrl}}/framework/v1/category/create?framework=Ut enim offici
-
framework/v1-term - Search Term POST {{baseUrl}}/framework/v1/term/search?framework=Ut enim offici&category=Ut enim offici
-
framework/v1-framework - List Existing Frameworks POST {{baseUrl}}/framework/v1/list
-
channel/v1 - Create Channel POST {{baseUrl}}/channel/v1/create
-
channel/v1 - Get a Channel GET {{baseUrl}}/channel/v1/read/:ID
-
channel/v1 - Update Channel PATCH {{baseUrl}}/channel/v1/update/:ID
-
framework/v1-framework - Create a Framework POST {{baseUrl}}/framework/v1/create
-
framework/v1-framework - Get a Framework GET {{baseUrl}}/framework/v1/read/:ID
-
framework/v1-framework - Update Framework PATCH {{baseUrl}}/framework/v1/update/:ID
-
framework/v1-framework - Publish Framework POST {{baseUrl}}/framework/v1/publish/:ID