Source
List ServiceInstances for Source
Returns an array of ServiceInstance objects
get/sources/{id}/service_instances
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
ServiceInstances collection
Example response
{
"data": [
{
"name": "Sample ServiceInstance"
}
]
}