Clears the cache for spaces api requests.
Creates a space. Spaces names must be unique. Spaces of type data
should only be used for Qlik Talend Data Integration projects.
Creates a space. Spaces names must be unique. Spaces of type data
should only be used for Qlik Talend Data Integration projects.
an object with the body content
Optional
options: ApiCallOptionsCreates an assignment for a user or group (assignee) to a space with the specified roles. Assignments are not required for space owners, who receive all assignableRoles
by default. Only one assignment can exist per space, per user or group.
Creates an assignment for a user or group (assignee) to a space with the specified roles. Assignments are not required for space owners, who receive all assignableRoles
by default. Only one assignment can exist per space, per user or group.
The ID of the space of the assignment.
an object with the body content
Optional
options: ApiCallOptionsCreate a space share
Create a space share
The ID of the space of the share.
an object with the body content
Optional
options: ApiCallOptionsDeletes a space. Ensure that you first delete all resources from the space to avoid orphaning content.
Deletes a space. Ensure that you first delete all resources from the space to avoid orphaning content.
The ID of the space to delete.
Optional
options: ApiCallOptionsDeletes an assignment.
Deletes an assignment.
The ID of the space of the assignment.
The ID of the assignment to delete.
Optional
options: ApiCallOptionsDeletes a space share.
Deletes a space share.
The ID of the space to which the share belongs.
The ID of the share to delete.
Optional
options: ApiCallOptionsRetrieves a single space by ID.
Retrieves a single space by ID.
The ID of the space to retrieve.
Optional
options: ApiCallOptionsRetrieves a single assignment by assignment ID. Use GET /spaces/{spaceId}/assignments
to list all users and groups assigned to the space and their assignment ID.
Retrieves a single assignment by assignment ID. Use GET /spaces/{spaceId}/assignments
to list all users and groups assigned to the space and their assignment ID.
The ID of the space of the assignment.
The ID of the assignment to retrieve.
Optional
options: ApiCallOptionsRetrieves the assignments of the space matching the query. Each assignment represents one user or group and their corresponding roles in the space. Assignments are not shown for the owner of a space, who receive all assignableRoles
by default.
Retrieves the assignments of the space matching the query. Each assignment represents one user or group and their corresponding roles in the space. Assignments are not shown for the owner of a space, who receive all assignableRoles
by default.
The ID of the space of the assignment.
an object with query parameters
Optional
assigneeId?: stringFilters assignment for a specific assigneeid.
Optional
limit?: numberMaximum number of assignments to return.
Optional
next?: stringThe next page cursor. Next links make use of this.
Optional
prev?: stringThe previous page cursor. Previous links make use of this.
Optional
type?: AssignmentTypeThe type of assignment. Supported values are user or group.
Optional
options: ApiCallOptionsRetrieves spaces that the current user has access to and match the query.
Retrieves spaces that the current user has access to and match the query.
an object with query parameters
Optional
action?: stringAction on space. Supports only "?action=publish".
Optional
limit?: numberMaximum number of spaces to return.
Optional
name?: stringSpace name to search and filter for. Case-insensitive open search with wildcards both as prefix and suffix. For example, "?name=fin" will get "finance", "Final" and "Griffin".
Optional
next?: stringThe next page cursor. Next links make use of this.
Optional
ownerId?: stringSpace ownerId to filter by. For example, "?ownerId=123".
Optional
prev?: stringThe previous page cursor. Previous links make use of this.
Optional
sort?: stringField to sort by. Prefix with +/- to indicate asc/desc. For example, "?sort=+name" to sort ascending on Name. Supported fields are "type", "name" and "createdAt".
Optional
type?: stringType(s) of space to filter. For example, "?type=managed,shared".
Optional
options: ApiCallOptionsRetrieves a single space share by ID.
Retrieves a single space share by ID.
The ID of the space to which the share belongs.
The ID of the share to retrieve.
Optional
options: ApiCallOptionsRetrieves the shares of the space matching the query.
Retrieves the shares of the space matching the query.
The ID of the space containing the shares.
an object with query parameters
Optional
groupId?: stringThe ID of the group to which the resource is shared.
Optional
limit?: numberMaximum number of shares to return.
Optional
name?: stringThe name of the shared resource.
Optional
next?: stringThe next page cursor. Next links make use of this.
Optional
prev?: stringThe previous page cursor. Previous links make use of this.
Optional
resourceId?: stringThe ID of the shared resource.
Optional
resourceType?: stringThe type of the shared resource.
Optional
type?: ShareTypeThe type of share. user
shares assign to a specific user, group
shares assign to a specific group, and link
shares provide anonymous access to a resource.
Optional
userId?: stringThe ID of the user to which the resource is shared.
Optional
options: ApiCallOptionsGets a list of distinct space types available for use in the tenant.
Gets a list of distinct space types available for use in the tenant.
Optional
options: ApiCallOptionsUpdates properties of a space share (roles, and disabled state for link shares).
Updates properties of a space share (roles, and disabled state for link shares).
The ID of the space to which the share belongs.
The ID of the share to update.
an object with the body content
Optional
options: ApiCallOptionsUpdates one or more properties of a space. To update all properties at once, use PUT /spaces/{spaceId}
.
Updates one or more properties of a space. To update all properties at once, use PUT /spaces/{spaceId}
.
The ID of the space to update.
an object with the body content
Optional
options: ApiCallOptionsUpdates a space. To update specific properties, use PATCH /spaces/{spaceId}
.
Updates a space. To update specific properties, use PATCH /spaces/{spaceId}
.
The ID of the space to update.
an object with the body content
Optional
options: ApiCallOptionsUpdates a single assignment by assignment ID. Use GET /spaces/{spaceId}/assignments
to list all users and groups assigned to the space and their assignment ID. The complete list of roles must be provided.
Updates a single assignment by assignment ID. Use GET /spaces/{spaceId}/assignments
to list all users and groups assigned to the space and their assignment ID. The complete list of roles must be provided.
The ID of the space of the assignment.
The ID of the assignment to update.
an object with the body content
Optional
options: ApiCallOptions
Clears the cache for spaces api requests.