IWorkspacesQuery
Home > @gooddata/sdk-backend-spi > IWorkspacesQuery
IWorkspacesQuery interface
Query to retrieve available workspaces.
Signature:
export interface IWorkspacesQuery
Methods
Method |
Description |
---|---|
Executes the query and returns the result asynchronously. | |
Executes the query and returns all workspace descriptors. This is more efficient when you only need workspace metadata (id, title, etc.) and don't need the full workspace services. | |
Executes the query and returns workspace descriptors in a paged result. This is more efficient when you only need workspace metadata (id, title, etc.) and don't need the full workspace services. | |
(ALPHA) Sets filter of workspaces by given attributes | |
Sets a limit on how many items to retrieve at once. | |
Sets a number of items to skip. | |
(ALPHA) Sets additional options for the query. | |
Sets a identifier of the parent workspace to get its children, otherwise the root workspace. | |
Sets a text to search. |