Create Task

This operation creates a task.

Authorization and Permissions

  • An OpenAm or UKG Authentication token is required to make a post.
  • The user must have content creation permission, which is granted by a Talk administrator.
Body Params

The Create Task request payload.

string
required
length between 3 and 100

The title of the task.

string
required
length between 5 and 500

The description of the task.

number

The step state, which represents where the user ended their last editing session.

assignees
required

A list of person IDs or person numbers of assignees. You must specify personId or personNumber, but not both. Required when draft is false. Optional when draft is true.

date-time

The due date and time of a task.

boolean
Defaults to false

A boolean indicator of whether or not a checklist is required for a task.

checklists
array of objects
checklists
boolean
Defaults to false

A boolean indicator of whether or not a checklist is included for a task.

number
enum

A task reminder specified in seconds that represent 1,000 hours or 1,000 days before a due date.

Allowed:
boolean
Defaults to false

A boolean indicator of whether or not a task is in Draft mode.

boolean
Defaults to false

A boolean indicator of whether or not an Attachment is required for a task.

taskAttachments
array of objects
taskAttachments
Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
Bearer
JWT
URL
LoadingLoading…
Response
Choose an example:
application/json
application/problem+json