Job Application API:UserTasks

Add an application user task

post/applications/{applicationId}/usertasks

Path parameters

applicationIdinteger required

Application Id

Request body

titlestring nullable required
startAtstring date-time nullable
endAtstring date-time nullable
allDayboolean
assigneesinteger[] nullable required
priorityinteger
candidatesinteger[] nullable
jobsinteger[] nullable
placementsinteger[] nullable
companiesinteger[] nullable
contactsinteger[] nullable
applicationsinteger[] nullable

Response

Created

taskIdinteger
textstring nullable
startAtstring date-time nullable
endAtstring date-time nullable
allDayboolean
reminderMinutesinteger nullable
completeboolean
applicationIdinteger
createdAtstring date-time nullable
updatedAtstring date-time nullable

Changes