v1

latestOpenAPI 3.0.02026-08-04265791.1 MB
Plans

Get

Get a plan for the given id.

get/public/api/plans/{id}

Path parameters

idstring required

The id of the plan

Headers

Acceptstring

e.g. application/json

Response

OK

plan_idstring
titlestring
descriptionstring
tenantstring
created_datestring
updated_datestring

Example response

{
  "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"
}