Get a Framework
GET {{baseUrl}}/framework/v1/read/:ID
This API is associated with fetching a specific framework
- The endpoint for Get a Framework is /framework/v1/read/{ID}
- It points to knowledge-mw-service - /v1/framework/read/{ID}
- The fields marked with an asterisk (*) are mandatory. They cannot be null or empty.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"api.framework.read","ver":"1.0","ts":"2020-12-14T19:51:24ZZ","params":{"resmsgid":"28f10a2a-ce6c-4dbe-a733-4c193013e84b","msgid":null,"err":null,"status":"successful","errmsg":null},"responseCode":"OK","result":{"framework":{"identifier":"dummy_framework","code":"Dumy framework updated","name":"Framework Name","description":"Dumy framework updated","categories":[{"identifier":"dummy_framework_subject","code":"subject","terms":[{"identifier":"dummy_framework_subject_english","code":"english","translations":null,"name":"English","description":"English","index":1,"category":"subject","status":"Live"}],"translations":null,"name":"Subject","description":"Updated description","index":1,"status":"Live"},{"identifier":"dummy_framework_medium","code":"medium","translations":null,"name":"Medium","description":"Medium","index":2,"status":"Live"}],"type":"K-12","objectType":"Framework"}}}