Feeds
Retrieves a paginated list of Feeds for the authenticated client.
This endpoint returns the Feeds available to the current client account.
Results can be filtered by Feed name and paginated using the optional pageSize and pageIndex parameters.
get/v1/Feeds
Query parameters
pageSizeinteger
Optional number of Feeds to return per page.
pageIndexinteger
Optional zero-based page index.
namestring
Optional Feed name filter.
Response
Successful operation. Returns the total count and the list of matching Feeds.
Changes
No recorded changes to this endpoint across all 1 revision of this API.