Clears the cache for data-connections api requests.
Creates a new connection. Depending on the fields defined in the request body, credentials embedded (or associated) in the connection can be updated or created.
Creates a new connection. Depending on the fields defined in the request body, credentials embedded (or associated) in the connection can be updated or created.
an object with the body content
Optionaloptions: ApiCallOptionsDeletes the specified data connection by ID (or by name when type=connectionname is set in query)
Deletes the specified data connection by ID (or by name when type=connectionname is set in query)
Connection ID
an object with query parameters
OptionalspaceId?: stringFiltering on connections by space ID
Optionaltype?: "connectionname"The connection ID in the path becomes a connection name when this query parameter is set.
Optionaloptions: ApiCallOptionsDelete multiple connections, only available to Admin
Delete multiple connections, only available to Admin
an object with the body content
Optionaloptions: ApiCallOptionsDuplicate a connection
Duplicate a connection
an object with the body content
Optionaloptions: ApiCallOptionsRetrieves a connection by connection ID, or by name when the query parameter "type" is set to "connectionname."
Retrieves a connection by connection ID, or by name when the query parameter "type" is set to "connectionname."
Connection ID
an object with query parameters
OptionalbyCredentialName?: booleanIf set to true, credentialId in the query will be interpreted as credential's name
OptionalcredentialId?: stringCredential ID
Optionalextended?: booleanReturns extended list of properties (e.g. encrypted credential string) when set to true.
OptionalnoCache?: booleandatafiles connections will be returned from cache by default (if data-connections is configured to use cache), this query parameter is used disable this default behavior, e.g. return an update-to-date datafiles connection if the query is set to true
OptionalparseConnection?: booleanList of connection properties shall be returned when the query is set to true, default is false
OptionalspaceId?: stringFiltering on connections by space ID
Optionaltype?: "connectionname"The connection ID in the path becomes a connection name when this query parameter is set.
Optionaloptions: ApiCallOptionsGets a list of connections
Gets a list of connections
an object with query parameters
Optionalcaseinsensitive?: booleanSort results will be returned in case insensitive order if set to true (Only used along with sort query)
OptionaldataName?: stringProvides an alternate name to be used for data[] element in GET response.
Optionalextended?: booleanReturns extended list of properties (e.g. encrypted credential string) when set to true.
Optionalfilter?: 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.
OptionalincludeQris?: booleanBase Qri (encrypted) will be returned when the query is set to true, default is false
Optionallimit?: numberNumber of resources to be returned (between 1 and 100)
Optionallocale?: stringICU locale ID, used only when caseinsensitive is set to true, default to 'en' if undefined
OptionalnoDatafiles?: booleanDatafiles connections will not be returned if set to true
OptionalownedByMe?: booleanFiltering on connections, return connections owned by the caller if set to true (doesn't apply to datafiles connections)
Optionalowner?: stringFiltering on datafile connections by owner (i.e. app) ID.
Optionalpage?: stringPagination cursor string, which is generated automatically in previous pagination query.
Optionalpersonal?: booleanFiltering on personal connections, ignored if spaceId is defined in same request
Optionalsort?: 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.
OptionalspaceId?: stringFiltering on connections by space ID
OptionaluserId?: stringFiltering on 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,
sort: "+qName",
page: "page=JwAAAAljcmVhdGVkAPfQ-sx0AQAAB19pZABfb93nZcM4SN1M0e8A",
noDatafiles: true,
userId: "6K9xjsItDexffolu5vg1oWYkY8x7f-0G",
caseinsensitive: true,
locale: "en",
includeQris: true
}
)
getDataConnections(
{
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
}
)
Patches a connection specified by connection ID (or by name when type=connectionname is set in query).
Patches a connection specified by connection ID (or by name when type=connectionname is set in query).
Connection ID
an object with query parameters
Optionaltype?: "connectionname"The connection ID in the path becomes a connection name when this query parameter is set.
an object with the body content
Optionaloptions: ApiCallOptionsUpdates a connection specified by connection ID (or by name when type=connectionname is set in query). Depends on the fields defined in the request body, credentials embedded (or associated) in the connection can be updated or created.
Updates a connection specified by connection ID (or by name when type=connectionname is set in query). Depends on the fields defined in the request body, credentials embedded (or associated) in the connection can be updated or created.
Connection ID
an object with query parameters
OptionalspaceId?: stringFiltering on connections by space ID
Optionaltype?: "connectionname"The connection ID in the path becomes a connection name when this query parameter is set.
an object with the body content
Optionaloptions: ApiCallOptionsUpdate multiple connections, only available to Admin. When update is to change ownership of a connection, the credentials associated with the connection will NOT be transferred to the new owner, and new owner is expected to provide their own credentials for the connection.
Update multiple connections, only available to Admin. When update is to change ownership of a connection, the credentials associated with the connection will NOT be transferred to the new owner, and new owner is expected to provide their own credentials for the connection.
an object with the body content
Optionaloptions: ApiCallOptions
Clears the cache for data-connections api requests.