Skip to main content
POST
/
api
/
queues
/
v1
/
{queueId}
/
tasks
/
{taskId}
/
complete
Complete Task
curl --request POST \
  --url https://{instance}.domo.com/api/queues/v1/{queueId}/tasks/{taskId}/complete \
  --header 'Content-Type: application/json' \
  --header 'X-DOMO-Developer-Token: <api-key>' \
  --data @- <<EOF
{
  "Suggested_Action_Items": "1. Investigate assembly line for misalignment issues near the hinge area\n2. Inspect and replace seals in the actuator's main chamber to prevent hydraulic leaks\n3. Address the issue of missing or loose fasteners with the supplier\n",
  "Send_to_QA_Team": true
}
EOF
{}

Authorizations

X-DOMO-Developer-Token
string
header
required

Domo Developer Token for authentication

Path Parameters

queueId
string
required

The ID of the queue

taskId
string
required

The ID of the task

Query Parameters

version
string

Task version number

Body

application/json

The request body accepts an object containing key value pairs for each input property of the task in question.

The body is of type object.

Response

The completed task

The response is of type object.