ServicePlan
List ServicePlans
Returns an array of ServicePlan objects
get/service_plans
Query parameters
limitinteger
The numbers of items to return per page.
offsetinteger
The number of items to skip before starting to collect the result set.
filterobject
Filter for querying collections.
sort_byobject
The list of attribute and order to sort the result set by.
Response
ServicePlans collection
Example response
{
"data": [
{
"description": "This is a sample description for a provider",
"name": "Sample Provider"
}
]
}