List Link accounts
Lists Link accounts for an enterprise with filtering, pagination, and sorting.
Path parameters
Your enterprise id.
Query parameters
Maximum number of results to return per page. Defaults to 50.
Number of results to skip before returning. Defaults to 0.
Filter accounts by venue identifier.
Filter accounts by name (case-insensitive partial match).
Filter accounts by description (case-insensitive partial match).
Filter by one or more account statuses.
[ "\"active\"" ]
Sort field. Defaults to name.
Sort direction. Defaults to asc.
Headers
User id of the user making the request.
Response
OK
Changes
Changed in 1 of the 17 revisions of this API.21
- ●
added the new
restrictedenum value to theaccounts/items/allOf[subschema #1]/subAccounts/items/statusresponse property for the response status200response-property-enum-value-added
- ●
added the new
restrictedenum value to theaccounts/items/allOf[subschema #2: V1AccountResponse]/statusresponse property for the response status200response-property-enum-value-added
- ○
added the enum value
restrictedto the propertyitems/of thequeryrequest parameterstatusrequest-parameter-property-enum-value-added
- ●