POST /internal/graphql
Body Parameters
operationName | string |
query | string (min length 1, max length 65536) |
variables | object |
GET /v2/desktopAppEvents.subscribe
Query Parameters
machineID | string |
machineName | string |
platform | string |
POST /v2/desktopAppEvents.publish
Body Parameters
machineID | string |
data | object |
POST /v2/dokkioObjects.textChat
Body Parameters
dokkioObjectID | string |
messages | array (min 1) |
GET /v2/dokkioObjects.textSummary
Query Parameters
dokkioObjectID | string |
POST /v2/graphql
Body Parameters
0 |
|
||||||
1 | array (min 1, max 20) |
GET /v2/integrationEmails.thumbnail
Query Parameters
integrationID | string |
remoteID | string |
maxHeight | number (min 1, max 1024) |
maxWidth | number (min 1, max 1024) |
GET /v2/integrationItems.download
Query Parameters
forceDownload | boolean Force download of the file as an attachment |
integrationItemIDs | array |
GET /v2/integrationItems.pdf
Query Parameters
integrationID | string |
remoteID | string |
GET /v2/integrationItems.publicPDF
Query Parameters
integrationID | string |
remoteID | string |
GET /v2/integrationItems.publicThumbnail
Query Parameters
integrationID | string |
maxHeight | number (min 1, max 2048) |
maxWidth | number (min 1, max 2048) |
remoteID | string |
lastRevHash | string (length 32) |
GET /v2/integrationItems.thumbnail
Query Parameters
integrationID | string |
maxHeight | number (min 1, max 2048) |
maxWidth | number (min 1, max 2048) |
remoteID | string |
lastRevHash | string (length 32) |
POST /v2/integrationItems.upload
Body Parameters
dokkioTagIDs | array |
file | object multipart file upload |
integrationID | string |
name | string |
parentRemoteID | string |
slackChannelRemoteID | string |
Output Parameters
data | object |
POST /v2/integrationItems.uploadWebClipping
Body Parameters
file | object multipart file upload |
href | string |
description | string |
dokkioTagIDs | array |
Output Parameters
data | object |
GET /v2/liveServerEvents
Listens to redis pubsub and implements Server-Sent Events protocol
to push live server events to browsers without polling
POST /v2/logos.upload
Body Parameters
file | object multipart file upload |
isReusable | boolean |
name | string |
Output Parameters
data | object |
GET /v2/logos.download
Query Parameters
id | string id of the logo to download |
maxHeight | number (min 1, max 2048) |
maxWidth | number (min 1, max 2048) |
POST /v2/webpageText.chat
Body Parameters
title | string |
url | string |
text | string |
messages | array (min 1) |
POST /v2/webpageText.summary
Body Parameters
title | string |
url | string |
text | string |
POST /v2/webpages.upload
Body Parameters
thumbnail | object multipart file upload |
name | string |
url | string |
text | string |
clippedAt | date |
Output Parameters
data | object |
POST /v2/webpages.uploadHTML
Body Parameters
id | string |
html | object multipart file upload |
Output Parameters
data | object |
GET /v2/webpages.thumbnail
Query Parameters
id | string id of the webpage to download |
maxHeight | number (min 1, max 1024) |
maxWidth | number (min 1, max 1024) |
GET /v2/webpages.html
Query Parameters
id | string id of the webpage to download |