an object with query parameters
OptionalappId?: stringIf present, get connections with connection strings that are scoped to the given app ID.
OptionalincludeSpaceStats?: 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.
Optionallimit?: numberIf present, the maximum number of data file connection records to return.
Optionalname?: stringIf present, only return connections with the given name.
Optionalpage?: stringIf present, the cursor that starts the page of data that is returned.
Optionalpersonal?: booleanIf true, only return the connections that access data in a personal space. Default is false.
Optionalsort?: 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.
OptionalspaceId?: stringIf present, only return the connection that accesses data files in the specified space.
Optionaloptions: 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.