<!-- Do not edit this file. It is automatically generated by API Documenter. -->

[Home](./index.md) &gt; [@workgrid/client](./client.md) &gt; [Queries](./client.queries.md)

## Queries interface

> This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
> 

This interface is populated inline as query defaults are applied

<b>Signature:</b>

```typescript
interface Queries 
```

## Properties

|  Property | Type | Description |
|  --- | --- | --- |
|  [ask](./client.queries.ask.md) | Query&lt;\[ 'ask', { spaceId: string; utterance: string; channel: string; locale: string; appId?: string; botId?: string; botAliasId?: string; } \], AskResponse&gt; | <b><i>(BETA)</i></b> |
|  [discover](./client.queries.discover.md) | Query&lt;\['discover', { spaceId: string; }\], DiscoverPage, unknown, DiscoverPage\['items'\]&gt; | <b><i>(BETA)</i></b> |
|  [getActivity](./client.queries.getactivity.md) | Query&lt;\[ 'getActivity', { spaceId: string; limit?: number; } \], ActivityPage, unknown, ActivityPage\['activity'\]&gt; | <b><i>(BETA)</i></b> |
|  [getApps](./client.queries.getapps.md) | Query&lt;\['getApps', { spaceId: string; limit?: number; }\], AppsPage, unknown, AppsPage\['apps'\]&gt; | <b><i>(BETA)</i></b> |
|  [getFlags](./client.queries.getflags.md) | Query&lt;\['getFlags', { spaceId: string; }\], Flags&gt; | <b><i>(BETA)</i></b> |
|  [getNotification](./client.queries.getnotification.md) | Query&lt;\['getNotification', { spaceId: string; id: string; }\], Notification&gt; | <b><i>(BETA)</i></b> |
|  [getNotificationDetail](./client.queries.getnotificationdetail.md) | Query&lt;\['getNotificationDetail', { spaceId: string; id: string; }\], Notification&gt; | <b><i>(BETA)</i></b> |
|  [getNotifications](./client.queries.getnotifications.md) | Query&lt;\[ 'getNotifications', { spaceId: string; location: Location; limit?: number; } \], NotificationsPage, unknown, NotificationsPage\['notifications'\]&gt; | <b><i>(BETA)</i></b> |
|  [getSpaces](./client.queries.getspaces.md) | Query&lt;\['getSpaces'\], Spaces&gt; | <b><i>(BETA)</i></b> |
|  [me](./client.queries.me.md) | Query&lt;\['me'\], Me&gt; | <b><i>(BETA)</i></b> |

