Source
List ServicePlans for Source
Returns an array of ServicePlan objects
get/sources/{id}/service_plans
Path parameters
idstring required
ID of the resource
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"
}
]
}