TaskBlockService

POST /tasks/v2//force-cancel
GET /tasks/v2/current
GET /tasks/v2/current/all
GET /tasks/v2/current/all/satellite
GET /tasks/v2/current/satellite
GET /tasks/v2/export
GET /tasks/v2/query
GET /tasks/v2/{taskId}/step-log/{stepPath}
GET /tasks/v2/{taskid}
DELETE /tasks/v2/{taskid}
POST /tasks/v2/{taskid}/abort
POST /tasks/v2/{taskid}/add-pause/{stepPath}
POST /tasks/v2/{taskid}/archive
POST /tasks/v2/{taskid}/assign/{owner}
GET /tasks/v2/{taskid}/block/{blockPath}
GET /tasks/v2/{taskid}/block/{blockPath}/step
DELETE /tasks/v2/{taskid}/force
GET /tasks/v2/{taskid}/full
POST /tasks/v2/{taskid}/schedule
POST /tasks/v2/{taskid}/skip
POST /tasks/v2/{taskid}/start
GET /tasks/v2/{taskid}/status/{path}
GET /tasks/v2/{taskid}/step/{stepPath}
POST /tasks/v2/{taskid}/stop
GET /tasks/v2/{taskid}/summary
POST /tasks/v2/{taskid}/takeover/{owner}
POST /tasks/v2/{taskid}/unskip

POST /tasks/v2//force-cancel

Parameters
Request body application/xml String
Response body
Empty

GET /tasks/v2/current

Parameters
Query fetchMode FetchMode
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/current/all

Parameters
Query fetchMode FetchMode
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/current/all/satellite

Parameters
Query satelliteId String
Query fetchMode FetchMode
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/current/satellite

Parameters
Query satelliteId String
Query fetchMode FetchMode
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/export

Parameters
Query begindate LocalDate
Query enddate LocalDate
Request body application/xml Paging
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/query

Parameters
Query begindate LocalDate
Query enddate LocalDate
Request body application/xml Paging
Response body
TaskWithBlock
Content type: application/xml

GET /tasks/v2/{taskId}/step-log/{stepPath}

Parameters
Path taskId String
Path stepPath String
Response body
TaskStepLog
Content type: application/xml

GET /tasks/v2/{taskid}

Parameters
Path taskid String
Query fetchMode FetchMode
Response body
TaskWithBlock
Content type: application/xml

DELETE /tasks/v2/{taskid}

Parameters
Path taskid String
Response body
Empty

POST /tasks/v2/{taskid}/abort

Parameters
Path taskid String
Response body
Empty

POST /tasks/v2/{taskid}/add-pause/{stepPath}

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

POST /tasks/v2/{taskid}/archive

Parameters
Path taskid String
Response body
Empty

POST /tasks/v2/{taskid}/assign/{owner}

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

GET /tasks/v2/{taskid}/block/{blockPath}

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

GET /tasks/v2/{taskid}/block/{blockPath}/step

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

DELETE /tasks/v2/{taskid}/force

Parameters
Path taskid String
Response body
Empty

GET /tasks/v2/{taskid}/full

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

POST /tasks/v2/{taskid}/schedule

Parameters
Path taskid String
Query time DateTime
Response body
Empty

POST /tasks/v2/{taskid}/skip

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

POST /tasks/v2/{taskid}/start

Parameters
Path taskid String
Response body
Empty

GET /tasks/v2/{taskid}/status/{path}

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

GET /tasks/v2/{taskid}/step/{stepPath}

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

POST /tasks/v2/{taskid}/stop

Parameters
Path taskid String
Response body
Empty

GET /tasks/v2/{taskid}/summary

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

POST /tasks/v2/{taskid}/takeover/{owner}

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

POST /tasks/v2/{taskid}/unskip

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