GET /api/v1/programs/sessions/{programSessionId}/classrooms/{classroomId}/slots
This route returns the list of slots for a classroom.
Returns
An array with for each slot:
_id
: id of the slotname
: title of the classroom slotstartDate
endDate
reportedDuration
: duration of the classroom slot in hoursteam
: Array of the ids of the trainersvirtual
: Boolean.True
orFalse
Location
: Location of the classroom slottimezone
: Time zone of the slot in the formatContinent/Country
(TZ database)
Changelog
- January 22:
_id
added to the return keys - November 21: creation of the route
Servers
- https://app.360learning.com
Path parameters
Name | Type | Required | Description |
---|---|---|---|
classroomId |
String | Yes |
ID of the classroom (not the slot). |
programSessionId |
String | Yes |
ID of the program session. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
company |
String | No |
(Optional) Include the company ID to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
apiKey |
String | No |
(Optional) Include the API key to authenticate calls via the API key as query parameter. For more information on the authentication methods supported by our API, see Authentication Methods. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.