an object with query parameters
Optional
caseinsensitive?: booleanSort results will be returned in case insensitive order if set to true (Only used along with sort query)
Optional
dataName?: stringProvides an alternate name to be used for data[] element in GET response.
Optional
extended?: booleanReturns extended list of properties (e.g. encrypted credential string) when set to true.
Optional
filter?: stringFiltering resources by properties (filterable properties only) using SCIM filter string. Note the filter string only applies to connections managed by data-connections service, i.e. filtering doesn't apply to DataFile connections. When filtering on datetime property (e.g. created, updated), datetime should be in RFC3339 format.
Optional
includeQris?: booleanBase Qri (encrypted) will be returned when the query is set to true, default is false
Optional
limit?: numberNumber of resources to be returned (between 1 and 100)
Optional
locale?: stringICU locale ID, used only when caseinsensitive is set to true, default to 'en' if undefined
Optional
noDatafiles?: booleanDatafiles connections will not be returned if set to true
Optional
ownedByMe?: booleanFiltering on connections, return connections owned by the caller if set to true (doesn't apply to datafiles connections)
Optional
owner?: stringFiltering on datafile connections by owner (i.e. app) ID.
Optional
page?: stringPagination cursor string, which is generated automatically in previous pagination query.
Optional
personal?: booleanFiltering on personal connections, ignored if spaceId is defined in same request
Optional
sort?: stringName of field sort on for pagination, with prefix with + or - indicating ascending or descending order. When used for data-connections, sort field only applies to non-datafiles connections. Whatever sorting order is, datafiles connections will be returned after all regular connections being returned.
Optional
spaceId?: stringFiltering on connections by space ID
Optional
userId?: stringFiltering on userId. Requires admin role if specified userId doesn't match that is defined in JWT.
Optional
options: ApiCallOptionsgetDataConnections(
{
dataName: "data",
extended: false,
spaceId: "611bcebaeec1203d88211ac4",
personal: false,
owner: "928e2a66-01ba-4678-aa32-e74c213896fa",
ownedByMe: true,
limit: 30,
sort: "+qName",
page: "page=JwAAAAljcmVhdGVkAPfQ-sx0AQAAB19pZABfb93nZcM4SN1M0e8A",
noDatafiles: true,
userId: "6K9xjsItDexffolu5vg1oWYkY8x7f-0G",
caseinsensitive: true,
locale: "en",
includeQris: true
}
)
Gets a list of connections