TaskBlockService
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