latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Plan

company plans

Returns the list of Plans for the specified company.<p>Scopes: export_company_info</p>

get/v{version}/companies/{company_id}/plans

Path parameters

company_idstring required

Id of the company.

versionstring required

Response

Success

errorstring

Contains any error messages, if applicable.

Example response

{
  "data": [
    {
      "start_date": "yyyy-MM-dd",
      "end_date": "yyyy-MM-dd",
      "eligibilities": [
        {
          "entry_date": "yyyy-MM-dd",
          "term_date": "yyyy-MM-dd"
        }
      ]
    }
  ]
}