Get Action Status Using GET
The response contains information about the action status by the given taskId
Action identifier (result of the action: POST /api/actions/{id})
Information about action status objects
The populated action information
{
"actionObjectStatuses": [
{
"creationDate": "string",
"id": "string",
"messages": [
{
"level": "string",
"message": "string",
"timestamp": "string"
}
],
"state": "string"
}
],
"actionResult": "string",
"authSource": "string",
"completeDate": "string",
"messages": [
{
"level": "string",
"message": "string",
"timestamp": "string"
}
],
"name": "string",
"resourceKind": "string",
"startDate": "string",
"state": "string",
"submittedBy": "string",
"taskId": "string",
"triggeredAutomatically": false,
"triggeringEventId": "string",
"triggeringEventName": "string",
"triggeringSource": "string",
"triggeringSourceEvent": "string"
}
The result of the action
The authSource of the action
The complete date of the action
The action name
The resourceKind on which the action has been performed
The start date of the action
The state of the action
The user who submitted the action
The id of the action
Flag that identifies whether action is triggered automatically or not
The id of the event that triggered the action
The name of the event that triggered the action
The source that triggered the action
The triggering source event of the action