Skip to main content

1E 8.1 (on-premises)

Tasks

Entity - Tasks- handles Tasks and Task Groups

Verb

Request

Notes

Permissions required

GET

/Consumer/Tasks/ GetAll

NO LONGER AVAILABLE IN 3.1

Returns all tasks within the system.

Will return a collection of root-level task groups recursively populated with children.

GET

/Consumer/Tasks/ ByGroupId/{id}

NO LONGER AVAILABLE IN 3.1

Returns a single Task Group, recursively populated with children.

GET

/Consumer/Tasks/ Parent/{id}

Returns all Task Groups and Tasks whose Parent is {id}. It is NOT populated recursively with children. Empty Task Groups (meaning no directly contained Tasks and no child Task Groups) are NOT returned. If Id is omitted, the API returns the top-level Task Groups.

The only Tasks returned are those where the calling user has permissions to view the Instruction associated with the tasks.