Creates a work list

Creates a work list and its parent event. The action is locked after creation. Assign people to team members with POST /task_assignments, using the returned id as task_id. Outcomes are read from GET /work_list_attempts.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params

Work list attributes

string
required

Title of the work list

string
enum
required

The action team members perform on each person.

date-time | null

ISO 8601 open time. Defaults to now.

date-time | null

ISO 8601 close time. Defaults to 7 days from now.

string | null

How people are distributed across team members. Defaults to split_evenly.

string | null

Scope the work list to a chapter instead of the root organization. Use with scope_id.

integer | null

Identifier of the scope (chapter or organization).

string | null

Instructions shown to team members.

message_template
object | null

Per-language message body for message actions, e.g. {"en": "Hi {{ user.first-name }}"}.

call_script
object | null

Per-language call script for call actions, e.g. {"en": "..."}.

string | null

Call actions only. Type of guidance shown during the call, e.g. script or survey.

integer | null

Call actions only. Field survey page id when guidance_type is survey.

integer | null

field_survey only. The survey page to complete.

integer | null

property_update only. The custom property to update.

Responses

422

unprocessable entity

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json