Demodesk integration (Productivity, AI). Imported from open-connector.
https://demodesk.com/api/v2/me
/users
| Param | Type | Required | Description |
|---|---|---|---|
| search | string | optional | Case-insensitive search across user full name and email. |
| cursor | string | optional | Opaque cursor returned by a previous Demodesk list response. |
| limit | integer | optional | Maximum number of items to return. Demodesk allows 1 to 100. |
/recordings
| Param | Type | Required | Description |
|---|---|---|---|
| cursor | string | optional | Opaque cursor returned by a previous Demodesk list response. |
| limit | integer | optional | Maximum number of items to return. Demodesk allows 1 to 100. |
| filters | object | optional | Demodesk recording filters keyed by documented Ransack-style names, such as hos… |
/recordings/{token}
| Param | Type | Required | Description |
|---|---|---|---|
| token | string | required | Public Demodesk recording token. |
/
| Param | Type | Required | Description |
|---|---|---|---|
| token | string | required | Public Demodesk recording token. |
| lang | string | optional | Language code used to request an on-the-fly translation. |
| format | string | optional | Transcript response format to request from Demodesk. |
/transcripts/batch
| Param | Type | Required | Description |
|---|---|---|---|
| recordingTokens | array | required | Public Demodesk recording tokens. |
| lang | string | optional | Language code used to request an on-the-fly translation. |
| format | string | optional | Transcript response format to request from Demodesk. |
/recordings/{token}/summaries
| Param | Type | Required | Description |
|---|---|---|---|
| token | string | required | Public Demodesk recording token. |
/recordings/{token}/scorecards
| Param | Type | Required | Description |
|---|---|---|---|
| token | string | required | Public Demodesk recording token. |