Get Service Document Delete Task State
Only Solution users, Container admins, and System admins can retrieve ServiceDocumentDeleteTaskState.
Request
URI
GET
https://{api_host}/container-service/api/delete-tasks/{id}
COPY
Path Parameters
string
id
Required
The id of the ServiceDocumentDeleteTaskState
Responses
200
OK with the ServiceDocumentDeleteTaskState
Returns ServiceDocumentDeleteTaskState of type(s) */*
{
"serviceTaskCallback": {
"taskStageFailed": "string",
"taskStageComplete": "string",
"serviceSelfLink": "string"
},
"documentExpirationTimeMicros": "string",
"requestTrackerLink": "string",
"documentSelfLink": "string",
"tenantLinks": [
"string"
],
"taskInfo": {
"stage": "string",
"failure": {
"documentKind": "string",
"errorCode": 0,
"stackTrace": [
"string"
],
"message": "string",
"statusCode": 0
},
"isDirect": false
},
"deleteDocumentKind": "string",
"documentUpdateTimeMicros": "string",
"taskSubStage": "string"
}
string
documentExpirationTimeMicros
Optional
documentExpirationTimeMicros
string
requestTrackerLink
Optional
requestTrackerLink
object
customProperties
Optional
customProperties
string
documentSelfLink
Optional
documentSelfLink
array of string
tenantLinks
Optional
tenantLinks
string
deleteDocumentKind
Optional
deleteDocumentKind
string
documentUpdateTimeMicros
Optional
documentUpdateTimeMicros
string
taskSubStage
Optional
taskSubStage
404
'Not Found' if no ServiceDocumentDeleteTaskState with provided id
Operation doesn't return any data structure
Service Document Operations
POST
Create Service Document Delete Task State
DELETE
Delete Service Document Delete Task State
GET
Get Service Document Delete Task State
GET
List Service Document Delete Task State
PATCH
Patch Service Document Delete Task State
PUT
Update Service Document Delete Task State