Get /relocation/api/wo/execute Plan/ {id}
Read the service document
Request
URI
GET
https://{api_host}/relocation/api/wo/execute-plan/{id}
COPY
Responses
200
Success
Returns
PlanExecutionState
of type(s)
application/json
{
"failureMessage": "string",
"planLink": "string",
"taskInfo": {
"durationMicros": 0,
"failure": {
"details": [
"string"
],
"message": "string",
"messageId": "string",
"stackTrace": [
"string"
],
"statusCode": 0
},
"isDirect": false,
"stage": "string"
},
"tenantLink": "string",
"documentSelfLink": "string"
}
string
failureMessage
Optional
failureMessage
string
planLink
Optional
planLink
taskInfo
Optional
taskInfo
string
tenantLink
Optional
Link to a tenant
string
documentSelfLink
Optional
documentSelfLink
404
Error
Returns
ServiceErrorResponse
of type(s)
application/json
"ServiceErrorResponse Object"
array of
string
details
Optional
details
string
message
Optional
message
string
messageId
Optional
messageId
array of
string
stackTrace
Optional
stackTrace
integer As int64
As int64
statusCode
Optional
statusCode
Code Samples
COPY
curl -H 'Authorization: <value>' https://{api_host}/relocation/api/wo/execute-plan/{id}
/relocation/api/wo/execute Plan Operations
GET
Get /relocation/api/wo/execute Plan
POST
Post /relocation/api/wo/execute Plan
GET
Get /relocation/api/wo/execute Plan/ {id}
DELETE
Delete /relocation/api/wo/execute Plan/ {id}