AVAILABLE WITH BUSINESS SUBSCRIPTION

Request: POST /training/day/{dayId}

Permissions to Run the Request

Account OwnerAccount AdministratorsDepartment Administratorsor custom roles that permit a training to be viewed.

Request Headers

Header

Description

Authorization (required)Access token. You can obtain a token by making a request.
ParameterDescription
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.

Response Codes

Code

Text

Description

200OKThe request has been successfully processed. The response body will contain XML data with the information on the enrollment.
400Bad RequestA request error.
401UnauthorizedAn authorization error.
403Permission DeniedThe user doesn't have enough permissions to get information on an enrollment.
404Day not foundThe day you requested could not be found.

Sample Request

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>
XML

Sample Response

https/1.1 200 OK
XML