an object with query parameters
Optionalcaseinsensitive?: booleanWhen true, sorting is applied case-insensitively. Only applies when sort is also specified.
OptionaldataName?: stringProvides an alternate name to be used for data[] element in GET response.
Optionalextended?: booleanWhen true, returns an extended set of properties, including the encrypted credential string.
Optionalfilter?: stringFilter connections by property values using a SCIM filter string. Only filterable properties are supported. Filtering does not apply to datafile connections. Datetime values must be in RFC 3339 format, for example: created gt "2000-01-10T15:04:05Z".
OptionalincludeDisabled?: booleanWhen true, includes connections that use disabled data sources.
OptionalincludeQris?: booleanWhen true, includes the encrypted base QRI string in the response. Default is false.
Optionallimit?: numberMaximum number of results to return per page. Defaults to 20 if not specified.
Optionallocale?: stringAn ICU locale identifier that controls case-insensitive sort order. Only applies when caseinsensitive is true. Defaults to en if not specified.
OptionalnoDatafiles?: booleanWhen true, datafile connections are excluded from the results.
OptionalownedByMe?: booleanFiltering on connections, return connections owned by the caller if set to true (doesn't apply to datafiles connections)
Optionalowner?: stringFilter data file connections by owner (app) ID.
Optionalpage?: stringPagination cursor string, which is generated automatically in previous pagination query.
Optionalpersonal?: booleanWhen true, returns only personal connections. Ignored if spaceId is also specified.
Optionalsort?: Field to sort results by. Prefix the field name with + for ascending order or - for descending order. This parameter is only applicable to paginated requests (e.g. ?limit=30&sort=+qName) For data connections, sorting only applies to non-datafile connections. Datafile connections are always returned after standard connections, regardless of sort order.
OptionalspaceId?: stringFilter connections by space ID.
OptionaluserId?: stringFilter by userId. Requires Admin role if specified userId doesn't match that is defined in JWT.
Optionaloptions: ApiCallOptionsgetDataConnections(
{
dataName: "data",
extended: false,
spaceId: "611bcebaeec1203d88211ac4",
personal: false,
owner: "928e2a66-01ba-4678-aa32-e74c213896fa",
ownedByMe: true,
limit: 30,
page: "page=JwAAAAljcmVhdGVkAPfQ-sx0AQAAB19pZABfb93nZcM4SN1M0e8A",
noDatafiles: true,
userId: "6K9xjsItDexffolu5vg1oWYkY8x7f-0G",
caseinsensitive: true,
locale: "en",
includeQris: true,
includeDisabled: true
}
)
Use this operation to retrieve a list of data connections available to the caller. Results are filtered based on the caller's space access permissions. Use the
spaceId,personal, orfilterparameters to narrow results to a specific scope.