GET FeedConnections

xero.com:xero_bankfeeds

Summary: Searches for feed connections
Operation ID: getFeedConnections
Auth: unknown
Description

By passing in the appropriate options, you can search for available feed connections in the system.

Parameters (3)

Xero-Tenant-Id (string, header, required)

Xero identifier for Tenant

page (integer, query, optional)

Page number which specifies the set of records to retrieve. By default the number of the records per set is 10. Example - https://api.xero.com/bankfeeds.xro/1.0/FeedConnections?page=1 to get the second set of the records. When page value is not a number or a negative number, by default, the first set of records is returned.

pageSize (integer, query, optional)

Page size which specifies how many records per page will be returned (default 10). Example - https://api.xero.com/bankfeeds.xro/1.0/FeedConnections?pageSize=100 to specify page size of 100.

No probe data for this endpoint yet.