Publish Batch API
This API is used to publish a batch in LMS.
Request URL: (Blended Learning Course)
https://people.zoho.com/api/v1/courses/<courseId>/batches/<batchId>/publish
Header:
Authorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Scope:
ZOHOPEOPLE.training.ALL
OR
ZOHOPEOPLE.training.CREATE
Possible Operation Types:
ALL - Complete access to data
CREATE - Only to create data
Method:
POST
Request Parameters
Parameters | Values Allowed | Default Value | Description |
notifyApplicableUsers | <True|False> | true | Notify applicable users |
Request
Copiedhttps://people.zoho.com/api/v1/courses/219225000000645203/batches/219225000000645215/publish
Header
CopiedAuthorization: Zoho-oauthtoken 1000.8cb99dxxxxxxxx9be93.9b8xxxxxxf
Response
Copied{
"code": "200",
"batch": {
"batchId": "219225000000645215",
"status": "published"
},
"message": "success"
}