Fetch Module Offline Tests API
This API is used for fetching offline tests in modules of course or batches in LMS
Request URL: (Self Paced Course)
https://people.zoho.com/api/v1/courses/<courseId>/modules/<moduleId>/offlineTests
Request URL: (Blended Learning Course)
https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/modules/<moduleId>/offlineTests
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 fetch data
Method:
GET
Request Parameters
Parameters | Values Allowed | Default Value | Description |
*startIndex | <integer> | 0 | Specify from which record the response should be fetched |
Note: Upto 25 records can be fetched in single API call
Request
Copiedhttps://people.zoho.com/api/v1/courses/219225000000642002/modules/219225000000648001/offlineTests
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": 200,
"offlineTests": [
{
"totalLearnersCount": 0,
"description": "Description for Offline Test",
"resources": [
{
"resourceURL": "https://downloadcc-accl.zoho.com/webdownload?x-service=people&event-id=104689001_ZPEOPLE_LMS_243881&x-cli-msg=%7B%22mode%22%3A%22LMS%22%2C%22portalId%22%3A%2226484356%22%2C%22isInline%22%3Afalse%2C%22isThumbnail%22%3Afalse%2C%22type%22%3A2%2C%22fileId%22%3A219225000000645065%7D",
"resourceName": "resource.png"
}
],
"canUserDelete": true,
"duration": "45 Mins",
"isMandatoryTest": true,
"lockUntil": "29-12-2021",
"gradeCategoryName": "",
"completedLearnersCount": 0,
"isLocked": true,
"gradeCategoryId": "",
"testId": "219225000000645055",
"canUserEdit": true,
"moduleId": "219225000000648001",
"testMark": "35",
"testName": "Offline Test One"
}
],
"message": "success",
"hasMoreRecords": false
}