List Requisite Course Entities API

The purpose of the API is to list the course entities that are required to be completed in order to unlock the current course entity.

Request URL:

http://people.zoho.com/api/v1/courses/{Course ID}/batches/{Batch ID}/learners/{Learner ID}/lockedEntities/{Locked Entity ID}

Note:  Batch id will be '0' if it is a self paced learning.

Header:

Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Scope:

ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.READ

Possible Operation Types:

ALL - Complete access to data
READ - Only to read data

Method:

GET

Request:

Copiedhttp://people.zoho.com/api/v1/courses/101685000001935205/batches/101685000001935217/learners/101685000000170005/lockedEntities/101685000001935229

Header:

CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf

Response:

Copied{
    "code": 200,
    "lockedEntities": [
        {
            "lockedEntityName": "l1",
            "lockedEntityId": "101685000001935239",
            "lockedEntityType": "3"
        }
    ],
    "message": "success"
}