get https://api.bigpanda.io/resources/v2.0/maintenance-plans
Retrieves the schema definitions for all maintenance plans.
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
Returns
Possible response codes include:
200 OK
—Results are returned.404 Not Found
—No plans exist or the request URL is incorrect.
If there are more than the default 100 plans retrieved, a link header to access the next page of results will be returned:
</maintenance-plans?pagination=true&next=2_1564317563_5d3d977b310000179e99ecdd>; rel=next
Unix Epoch Time Conversion
A helpful website for converting times to Unix epoch format is https://www.epochconverter.com/#tools.