IWorkspacesQuery
Home > @gooddata/sdk-backend-spi > IWorkspacesQuery
IWorkspacesQuery interface
Query to retrieve available workspaces.
Signature:
export interface IWorkspacesQuery
Methods
| Method | Description |
|---|---|
| query() | Executes the query and returns the result asynchronously. |
| withLimit(limit) | Sets a limit on how many items to retrieve at once. |
| withOffset(offset) | Sets a number of items to skip. |
| withParent(workspaceId) | Sets a identifier of the parent workspace to get its children, otherwise the root workspace. |
| withSearch(search) | Sets a text to search. |