EventsV1Subscription

Retrieve a paginated list of Subscriptions belonging to the account used to make the request.

Retrieve a paginated list of Subscriptions belonging to the account used to make the request.

get/v1/Subscriptions

Query parameters

SinkSidstring

The SID of the sink that the list of Subscriptions should be filtered by.

PageSizeinteger

How many resources to return in each list page. The default is 50, and the maximum is 1000.

Pageinteger

The page index. This value is simply for client state.

PageTokenstring

The page token. This is provided by the API.

Response

OK

Changes

Changed in 4 of the 51 revisions of this API.112

    • removed the optional property // from the response with the status

      response-optional-property-removed

    • for the query request parameter PageSize, the format changed from no format to int64

      request-parameter-type-changed

    • added the optional property // to the response with the status

      response-optional-property-added

    • api tag EventsV1Subscription added

      api-tag-added