v1

latestOpenAPI 3.0.0Apache 2.02026-07-14384142.2 KB
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"
    }
  ]
}