Read ObjectCategory
GET {{baseUrl}}/object/category/v1/read/{{objectCategoryId}}
This API is associated with viewing and reading out the master object category on the Sunbird Platform .
- The /read/{ObjectCategoryId}_ endpoint executes request for fetching the contents to be viewed and read.
- The endpoint for Read Object Category is /object/category/v1/read/{ObjectCategory_Id}
- It points to taxonomy-service - /object/category/v4/read/{ObjectCategory_Id}
- {...}refers to a section of reject endpoint URL path that needs to be replaced by appropriate id.
- You need to provide a valid object category id value in {ObjectCategory Id} field of API URL.
- It is mandatory to provide values for parameters marked with *.
- Mandatory fields cannot be null or empty.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"id":"api.object.category.read","ver":"3.0","ts":"2020-12-17T09:32:09ZZ","params":{"resmsgid":"fa4ebf30-bb78-4448-9636-ee2a27bf75e5","msgid":null,"err":null,"status":"successful","errmsg":null},"responseCode":"OK","result":{"objectCategory":{"identifier":"obj-cat:checking-account","lastStatusChangedOn":"2020-12-17T09:09:55.687+0000","consumerId":"7411b6bd-89f3-40ec-98d1-229dc64ce77d","name":"Checking Account","channel":"in.ekstep","lastUpdatedOn":"2020-12-17T09:14:56.660+0000","description":"Textbook Unit","languageCode":[],"createdOn":"2020-12-17T09:09:55.687+0000","objectType":"ObjectCategory","versionKey":"1608196496660","status":"Live"}}}