TaskService

GET /task/current
GET /task/current/all
GET /task/export
GET /task/query
GET /task/{taskid}
DELETE /task/{taskid}
POST /task/{taskid}/abort
POST /task/{taskid}/archive
POST /task/{taskid}/assign/{owner}
POST /task/{taskid}/pause/{stepId}
POST /task/{taskid}/schedule
POST /task/{taskid}/skip
POST /task/{taskid}/start
GET /task/{taskid}/step
GET /task/{taskid}/step/{stepId}
POST /task/{taskid}/stop
POST /task/{taskid}/takeover/{owner}
POST /task/{taskid}/unskip

GET /task/current

Response body
TaskState
Content type: application/xml

GET /task/current/all

Response body
TaskState
Content type: application/xml

GET /task/export

Parameters
Query begindate LocalDate
Query enddate LocalDate
Response body
TaskWithSteps
Content type: application/xml

GET /task/query

Parameters
Query begindate LocalDate
Query enddate LocalDate
Response body
TaskState
Content type: application/xml

GET /task/{taskid}

Parameters
Path taskid String
Response body
TaskState
Content type: application/xml

DELETE /task/{taskid}

Parameters
Path taskid String
Response body
Empty

POST /task/{taskid}/abort

Parameters
Path taskid String
Response body
Empty

POST /task/{taskid}/archive

Parameters
Path taskid String
Response body
Empty

POST /task/{taskid}/assign/{owner}

Parameters
Path taskid String
Path owner String
Response body
TaskState
Content type: application/xml

POST /task/{taskid}/pause/{stepId}

Parameters
Path taskid String
Path stepId int
Response body
TaskWithSteps
Content type: application/xml

POST /task/{taskid}/schedule

Parameters
Path taskid String
Query time DateTime
Response body
Empty

POST /task/{taskid}/skip

Parameters
Path taskid String
Request body application/xml Integer
Response body
TaskWithSteps
Content type: application/xml

POST /task/{taskid}/start

Parameters
Path taskid String
Response body
Empty

GET /task/{taskid}/step

Parameters
Path taskid String
Response body
TaskWithSteps
Content type: application/xml

GET /task/{taskid}/step/{stepId}

Parameters
Path taskid String
Path stepId int
Header If-Modified-Since DateTime
Response body
StepState
Content type: application/xml

POST /task/{taskid}/stop

Parameters
Path taskid String
Response body
Empty

POST /task/{taskid}/takeover/{owner}

Parameters
Path taskid String
Path owner String
Response body
TaskState
Content type: application/xml

POST /task/{taskid}/unskip

Parameters
Path taskid String
Request body application/xml Integer
Response body
TaskWithSteps
Content type: application/xml