{ "opencollection": "1.0.0", "info": { "name": "RingCentral Adaptive Cards Tasks API", "version": "1.0.58-20240529-47eda8bd" }, "request": { "auth": { "type": "oauth2", "flow": "authorization_code", "authorizationUrl": "https://platform.ringcentral.com/restapi/oauth/authorize", "accessTokenUrl": "https://platform.ringcentral.com/restapi/oauth/token", "credentials": { "clientId": "{{clientId}}", "clientSecret": "{{clientSecret}}" } } }, "items": [ { "info": { "name": "Tasks", "type": "folder" }, "items": [ { "info": { "name": "Get Task", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Task identifier or comma separated list of task IDs" } ] }, "docs": "Returns information about the specified task(s) by ID(s)." }, { "info": { "name": "Update Task", "type": "http" }, "http": { "method": "PATCH", "url": "https://platform.ringcentral.com/team-messaging/v1/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Internal identifier of a task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Updates the specified task by ID." }, { "info": { "name": "Delete Task", "type": "http" }, "http": { "method": "DELETE", "url": "https://platform.ringcentral.com/team-messaging/v1/tasks/:taskId", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Internal identifier of a task" } ] }, "docs": "Deletes the specified task." }, { "info": { "name": "Complete Task", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/tasks/:taskId/complete", "params": [ { "name": "taskId", "value": "", "type": "path", "description": "Internal identifier of a task" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Completes a task in the specified chat." }, { "info": { "name": "List Chat Tasks", "type": "http" }, "http": { "method": "GET", "url": "https://platform.ringcentral.com/team-messaging/v1/chats/:chatId/tasks", "params": [ { "name": "chatId", "value": "", "type": "path", "description": "Internal identifier of a chat" }, { "name": "creationTimeTo", "value": "", "type": "query", "description": "The end datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\nformat including timezone, e.g. 2019-03-10T18:23:45Z\n" }, { "name": "creationTimeFrom", "value": "", "type": "query", "description": "The start datetime for resulting records in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601)\nformat including timezone, e.g. 2016-02-23T00:00:00\n" }, { "name": "creatorId", "value": "", "type": "query", "description": "Internal identifier of a task creator" }, { "name": "status", "value": "", "type": "query", "description": "Task execution status" }, { "name": "assignmentStatus", "value": "", "type": "query", "description": "Task assignment status" }, { "name": "assigneeId", "value": "", "type": "query", "description": "Internal identifier of a task assignee" }, { "name": "assigneeStatus", "value": "", "type": "query", "description": "Task execution status by assignee(-s) specified in assigneeId" }, { "name": "pageToken", "value": "", "type": "query", "description": "Token of the current page. If token is omitted then the first\npage should be returned\n" }, { "name": "recordCount", "value": "", "type": "query", "description": "Number of records to be returned per screen" } ] }, "docs": "Returns the list of tasks of the specified chat." }, { "info": { "name": "Create Task", "type": "http" }, "http": { "method": "POST", "url": "https://platform.ringcentral.com/team-messaging/v1/chats/:chatId/tasks", "params": [ { "name": "chatId", "value": "", "type": "path", "description": "Internal identifier of a chat" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Creates a task in the specified chat." } ] } ], "bundled": true }