v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBList all sessions in a path
🔑
Required OAuth scope: paths:read.
📖
This endpoint is paginated with a page size of 100 path sessions. For more information, see the Pagination guide.
Lists all sessions in a given path.
Path parameters
The unique ID of the path.
Query parameters
Filter on createdAt property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Filter on modifiedAt property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Filter on startDate property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Filter on endDate property with LHS bracket notation.
Expected value format is a date (YYYY-MM-DDThh:mm:ss.sssZ). The milliseconds are always set to 0.
{
"lt": "2020-01-01T10:30:26.000Z",
"gte": "2020-01-01T10:30:26.000Z"
}Headers
The version of the API.
Response
Returns one page of 100 path sessions.
Example response
[
{
"mainInstructorId": "507f1f77bcf86cd799439011",
"automaticReenrollment": {
"delayDays": 90
},
"_id": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"instructorIds": [
"507f1f77bcf86cd799439011"
],
"name": "Employee Onboarding October Session.",
"pathId": "507f1f77bcf86cd799439011",
"additionalInformation": "A0015221",
"rootSessionId": "507f1f77bcf86cd799439011",
"translations": [
{
"lang": "fr",
"translatorIds": [
"507f1f77bcf86cd799439011"
],
"translatedFields": {
"name": "Accueil des employés Session d'Octobre"
}
}
]
}
]