checklist

Create Checklist Item By Id

post/checklist/{checklist_id}/items

Path parameters

checklist_idstring uuid required

Request body

titlestring required
bodystring nullable
assigneestring uuid nullable
due_datestring date nullable
note_requirement'DISABLED' | 'OPTIONAL' | 'REQUIRED' | 'REQUIRED_WHEN_NOT_APPLICABLE'

Whether settling an item asks the reviewer to say why.

note_helper_textstring nullable
allow_not_applicableboolean

Response

Successful Response

checklist_item_idstring uuid required
checklist_idstring uuid required
company_idstring uuid required
vendor_idstring uuid required
indexinteger required
titlestring required
bodystring nullable required
assigneestring uuid nullable required
assignee_first_namestring nullable required
assignee_last_namestring nullable required
due_datestring date nullable required
note_requirement'DISABLED' | 'OPTIONAL' | 'REQUIRED' | 'REQUIRED_WHEN_NOT_APPLICABLE' required

Whether settling an item asks the reviewer to say why.

note_helper_textstring nullable required
allow_not_applicableboolean required
completedboolean required
not_applicableboolean required
completion_notestring nullable required
completed_atstring date-time nullable required

Changes

No recorded changes to this endpoint across all 2 revisions of this API.