Get enrollment requests
The purpose of this API is to get the enrollment requests for a course.
Request URL: | https://learn.zoho.com/learn/api/v1/portal/<networkurl>/course/<courseId>/requests |
OAuth Scope: | ZohoLearn.course.READ |
Request Method: | GET |
Response
Copied{
"REQUESTS": [
{
"role": "MEMBER",
"name": "Ben Taylor",
"colorIndex": "1",
"emailId": "taylor@zylker.com",
"id": "799705135",
"type": "MEMBER",
"learnerCourseStatus": "YET_TO_START",
"status": "ACTIVE",
"learnerCourseProgress": "0.0"
}
],
"STATUS": "OK"
}
Sample URL
Copiedhttps://learn.zoho.com/learn/api/v1/portal/zylker-network/course/6342496000000086001/requests