Create Assessment Task

Use this API to create new tasks on an assessment. Only a single task can be created on an assessment per API call.

πŸ—’

Things to Know

  • Tasks cannot be created for the following assessment types:

  • Global Readiness Assessment

  • Readiness Assessment

  • Program Benchmarking

  • Dynamic Incident Notification Assessment

Path Params
uuid
required

The unique ID of the assessment in which to create the task.

Body Params
string
required
length between 1 and 255

Name of the task

string
length between 0 and 2000

Description of the task

uuid

The UUID of the user assigned to the task

date

The date by which the task must be completed

collaborators
array of objects
collaborators
Responses

400

Bad Request

401

Unauthorized

403

Forbidden

500

Internal Server Error

Language
Credentials
OAuth2
Missing 2 required scopes
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
*/*