Page tree

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 9 Next »

Provides the associations between users and tasks.

URL:

/editor/taskuserassoc/[ID]

Available Methods:

GET / POST / PUT / DELETE

Specialities:


Resource Layout

Name

Type

Info

id

int

GET only

entityVersionintPUT / POST only, optional, is compared against the tasks entity version

taskGuid

string


userGuid

string


login

string

GET only, set by server

surName

string

GET only, set by server

firstName

string

GET only, set by server

state

string

Valid values depend on the used workflow, for the default see the basic workflow description.

role

string

Valid values depend on the used workflow, for the default see the basic workflow description.

usedStatestringGET only, set by server
usedInternalSessionUniqIdstringGET only, set by server
isPmOverrideintegerGET only, set by server
staticAuthHashstringGET only, set by server; Needed for single click authentication. Only readable for users with role "api".
deadlineDatedateThe date when the user should finish the assigned job.
assignmentDatedateThe date when the user is assigned to the job. (if the date is not set, it will be current date)
finishedDatedateThe date when the user finished the assigned job.
  • No labels