Account Owner, Account Administrators, Department Administrators, or custom roles that permit a training to be viewed.
Header | Description |
|---|---|
| Authorization (required) | Access token. You can obtain a token by making a request. |
| Parameter | Description |
| dayId (required) | The day ID you would like to get info on. |
| url (optional) | The link to the online meeting. For example, if integration with Zoom is enabled, you will see a link to a Zoom meeting. |
Code | Text | Description |
|---|---|---|
| 200 | OK | The request has been successfully processed. The response body will contain XML data with the information on the enrollment. |
| 400 | Bad Request | A request error. |
| 401 | Unauthorized | An authorization error. |
| 403 | Permission Denied | The user doesn't have enough permissions to get information on an enrollment. |
| 404 | Day not found | The day you requested could not be found. |
POST /training/day/4728d47a-c96a-11ed-97ec-b6c48b3dc692 https/1.1
Host: api-learn.ispringlearn.com
Authorization: p-1sJDjmULL5DdpXPJTcbm4jVIaWVHvNmrjAxATRbNE
Content-Type: application/xml
Accept: application/xml
<?xml version="1.0" encoding="UTF-8"?>
<request>
<url>https://google.meet.com</url>
</request> |
https/1.1 200 OK |