UserTasks
Authorizations
AuthorizationstringRequired
Body
Model used to create a new user task
Uidstring · uuid · nullableOptional
Unique id of user task
AssignedUserGroupsstring · uuid[] · nullableOptional
Ids of user groups to which the task is assigned
AssignedUsersstring[] · nullableOptional
Ids of specific users to which the task is assigned
Titlestring · nullableOptional
Title for the task
Descriptionstring · nullableOptional
Description of the task
Deadlinestring · date-time · nullableOptional
Deadline for the task, if any
Responses
200
OK
No content
400
Bad Request
application/json
post
/v1/usertasksNo content
Authorizations
AuthorizationstringRequired
Body
A task assigned to one or more users in the system
Uidstring · uuid · nullableOptional
Unique id of the task
Deadlinestring · date-time · nullableOptional
Deadline for the task, if any
Titlestring · nullableOptional
Title for the task
Descriptionstring · nullableOptional
Description of the task
Statusinteger · enumOptionalPossible values:
Represents a status of a user task
0= New: A new task that is not yet been processed1= ReOpened: An otherwise completed task that has been re-opened2= InProgress: A task that is currently being worked on3= AwaitingFeedback: Task is awaiting feedback from someone4= Completed: Task is completed
AssignedUsersstring[] · nullableOptional
Ids of specific users to which the task is assigned
AssignedUserGroupsstring · uuid[] · nullableOptional
Ids of user groups to which the task is assigned
Responses
200
OK
No content
400
Bad Request
application/json
put
/v1/usertasksNo content
Authorizations
AuthorizationstringRequired
Path parameters
uidstring · uuidRequired
Uid of user task
Body
Model used to create comment on a user task
Uidstring · uuid · nullableOptional
Unique id of comment
Commentstring · nullableOptional
Comment itself
Responses
200
OK
No content
400
Bad Request
application/json
post
/v1/usertasks/{uid}/commentsNo content
Last updated