Guru integration (Productivity, Data). Imported from open-connector.
https://api.getguru.com/api/v1/whoami
/api/v1/search/query
| Param | Type | Required | Description |
|---|---|---|---|
| q | string | optional | The Guru Query Language string to search with. |
| searchTerms | string | optional | Search terms to pass to Guru. |
| queryType | string | optional | The Guru search query type. |
| showArchived | boolean | optional | Whether to include archived cards in search results. |
| maxResults | integer | optional | Maximum number of cards to return, up to 50. |
| sortField | string | optional | The Guru card search sort field. |
| sortOrder | string | optional | The Guru sort order. |
| includeCardAttributes | boolean | optional | Whether Guru should include card attributes. |
| token | string | optional | Paging token returned by a previous Guru Link header. |
/api/v1/cards/{cardId}/extended
| Param | Type | Required | Description |
|---|---|---|---|
| cardId | string | required | The Guru card ID. |
/api/v1/collections
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Search term for filtering Guru collections. |
| sortField | string | optional | Guru collection sort field. |
| sortDir | string | optional | Guru collection sort order. |
| filter | string | optional | Guru collection filter expression. |
/api/v1/teams/{teamId}/stats
| Param | Type | Required | Description |
|---|---|---|---|
| teamId | string | required | The Guru team ID. |