v1
latestOpenAPI 3.1.02026-08-04164270844.7 KBPaths
List all paths
🔑
Required OAuth scope: paths:read.
📖
This endpoint is paginated with a page size of 200 paths. For more information, see the Pagination guide.
Lists all paths in your platform.
get/api/v2/paths
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 status property with LHS bracket notation.
Expected value format is a string (archived, published).
{
"eq": "archived"
}Headers
360-api-version'v2.0' required
The version of the API.
Response
Returns one page of 200 paths.
Example response
[
{
"authorId": "507f1f77bcf86cd799439011",
"certificateId": "507f1f77bcf86cd799439011",
"groupId": "507f1f77bcf86cd799439011",
"_id": "507f1f77bcf86cd799439011",
"coAuthorIds": [
"507f1f77bcf86cd799439011"
],
"name": "Employee Onboarding",
"steps": [
{
"_id": "507f1f77bcf86cd799439011"
}
],
"translations": [
{
"lang": "fr",
"translatorIds": [
"507f1f77bcf86cd799439011"
],
"translatedFields": {
"name": "Accueil des employés",
"description": "Ce chemin vous apprend à intégrer un nouveau collaborateur !"
}
}
],
"additionalInformation": "Training content 203",
"coverPicture": "507f1f77bcf86cd799439011",
"description": "This path will teach you how to onboard a new employee!"
}
]