Mass edit target
A Mass Edit Target object contains the details for a Mass Edit Target. The following properties are present:
Name |
Type |
Description |
---|---|---|
|
A link to the resource for this Mass Edit Target | |
|
A link to the Mass Edit Job resource that contains this Mass Edit Target. | |
|
The entity that is the target of this Mass Edit Job. | |
|
A description of the current state of the Mass Edit Job. | |
|
String |
The state of the Mass Edit Job. Possible values: Pending, InProgress, Completed. |
|
String |
The condition of the Mass Edit Job. Possible values: Pending, Success, Failure. |
|
String |
String containing an ISO 8601 formatted date and time when this Mass Edit Job was started. |
|
String |
String containing an ISO 8601 formatted date and time when this Mass Edit Job was completed. |
Example
{
"entity":{
"href":"http://<hostname>/api/entities/140"
},
"state_description":"Pending",
"state":"Pending",
"condition":"Pending",
"started_on":null,
"completed_on":null,
"self":{
"href":"http://<hostname>/api/massedits/500/targets/1932",
"title":"This mass edit target."
},
"job":{
"href":"http://<hostname>/api/massedits/500",
"title":"The Mass Edit Job that contains this target."
}
}