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
Optionaloptions: 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
Optionaloptions: ApiCallOptionsCreate a space share
Create a space share
The ID of the space of the share.
an object with the body content
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsDeletes an assignment.
Deletes an assignment.
The ID of the space of the assignment.
The ID of the assignment to delete.
Optionaloptions: 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.
Optionaloptions: ApiCallOptionsRetrieves a single space by ID.
Retrieves a single space by ID.
The ID of the space to retrieve.
Optionaloptions: 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.
Optionaloptions: 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
OptionalassigneeId?: stringFilters assignment for a specific assigneeid.
Optionallimit?: numberMaximum number of assignments to return.
Optionalnext?: stringThe next page cursor. Next links make use of this.
Optionalprev?: stringThe previous page cursor. Previous links make use of this.
Optionaltype?: AssignmentTypeThe type of assignment. Supported values are user or group.
Optionaloptions: 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
Optionalaction?: stringAction on space. Supports only "?action=publish".
Optionallimit?: numberMaximum number of spaces to return.
Optionalname?: 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".
Optionalnext?: stringThe next page cursor. Next links make use of this.
OptionalownerId?: stringSpace ownerId to filter by. For example, "?ownerId=123".
Optionalprev?: stringThe previous page cursor. Previous links make use of this.
Optionalsort?: 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".
Optionaltype?: stringType(s) of space to filter. For example, "?type=managed,shared".
Optionaloptions: 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.
Optionaloptions: 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
OptionalgroupId?: stringThe ID of the group to which the resource is shared.
Optionallimit?: numberMaximum number of shares to return.
Optionalname?: stringThe name of the shared resource.
Optionalnext?: stringThe next page cursor. Next links make use of this.
Optionalprev?: stringThe previous page cursor. Previous links make use of this.
OptionalresourceId?: stringThe ID of the shared resource.
OptionalresourceType?: stringThe type of the shared resource.
Optionaltype?: 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.
OptionaluserId?: stringThe ID of the user to which the resource is shared.
Optionaloptions: 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.
Optionaloptions: 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
Optionaloptions: 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
Optionaloptions: 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
Optionaloptions: 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
Optionaloptions: ApiCallOptions
Clears the cache for spaces api requests.