an object with query parameters
Optional
appId?: stringIf present, get connections with connection strings that are scoped to the given app ID.
Optional
includeSpaceStats?: booleanIf set to true, include computed space-level statistics for the spaces represented by the connections in the returned list. If false, this information is not returned.
Optional
limit?: numberIf present, the maximum number of data file connection records to return.
Optional
name?: stringIf present, only return connections with the given name.
Optional
page?: stringIf present, the cursor that starts the page of data that is returned.
Optional
personal?: booleanIf true, only return the connections that access data in a personal space. Default is false.
Optional
sort?: GetConnectionsSortFieldThe name of the field used to sort the result. By default, the sort is ascending. Putting a '+' prefix on the sort field name explicitly indicates ascending sort order. A '-' prefix indicates a descending sort order.
Optional
spaceId?: stringIf present, only return the connection that accesses data files in the specified space.
Optional
options: ApiCallOptions
The non-filtered list contains a set of hardcoded connections, along with one connection per team space that the given user has access to.