Plans
Get All
Get all the plans.
get/public/api/plans?filter={filter}
Query parameters
filterstring
A valid JSON filter object
Headers
Acceptstring
e.g. application/json
Request body
Example request
{
"Authorization": {
"Authorization": "Bearer JWT"
}
}Response
OK
Example response
{
"paging": {
"total": 2,
"skip": 0,
"limit": 1000
},
"data": [
{
"plan_id": "5c015012ad45490041a52f64",
"title": "QA - Document",
"description": "Course to test Documents Lessons",
"tenant": "qa_boost",
"created_date": "2018-11-30T14:58:26.716Z",
"updated_date": "2019-01-25T13:34:14.819Z"
},
{
"plan_id": "5c015558ad45490041a53473",
"title": "QA - Video",
"description": "Course to test Video Lessons",
"tenant": "qa_boost",
"created_date": "2018-11-30T15:20:56.392Z",
"updated_date": "2019-01-25T13:34:05.098Z"
}
]
}Changes
No recorded changes to this endpoint across all 4 revisions of this API.