latestSwagger 2.02026-08-0982147352.7 KB

be66ed178abe

Task

task

Returns a task.<p>Scopes: task_read</p>

get/v{version}/tasks/{id}

Path parameters

idstring required

The id of the task.

versionstring required

Response

Success

idstring

The id of the task.

task_idstring

The id of the task in a more human-readable format. Used throughout the Ease's UI.

titlestring

The title of the task.

type'General' | 'New Business Setup' | 'Payroll Connection Issue' | 'EaseConnect Amendment' | 'EaseConnect Authorization Form' | 'EaseConnect Evidence of Insurability' | 'EaseConnect Missing Enrollment' | 'EaseConnect Missing Info' | 'EaseConnect Missing Submission' | 'EaseConnect Pending Renewal Date' | 'EaseConnect Production Review' | 'EaseConnect Readiness' | 'EaseConnect Reconciliation' | 'EaseConnect Renewal' | 'EaseConnect Request Documents' | 'EaseConnect Review' | 'EaseConnect Set Up' | 'EaseConnect Submission Issue' | 'EaseConnect Testing' | 'EaseConnect Partner File' | 'EaseConnect Quality Review' | 'EaseConnect Self-Billing Reminder' | 'EaseConnect Connection Issue' | 'EaseConnect Enrollment App Issue'

The type of the task.

assignment_type'Application' | 'Broker' | 'Client' | 'Partner' | 'Ease'

The type of the company this task is currently assigned to.

assigneestring

Assignee for the task.

watchersstring[]

Watchers of the task.

company_idstring

The company this task belongs to.

descriptionstring

The description of the task.

due_datestring

The due date of the task.

status'Open' | 'Closed'

The status of the task.

Example response

{
  "due_date": "yyyy-MM-dd"
}