Mass edit job
A Mass Edit Job object contains information about a Mass Edit Job. The following properties are present:
Name |
Type |
Description |
---|---|---|
|
A link to the resource for this Mass Edit Job | |
|
A link to the user entity resource that submitted this Mass Edit Job. | |
|
The title to show in the UI, in different languages. | |
|
A description of the current state of the Mass Edit Job. | |
|
String |
The state of the Mass Edit Job. Possible values: Created, 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. |
|
Number |
The number of targets present in the Mass Edit Job. |
|
Number |
The number of targets that have been completed. |
|
A link to the targets resource for this job. |
Example
{
"state_description":"InProgress",
"state":"InProgress",
"condition":"Pending",
"started_on":"...",
"completed_on":null,
"target_count":215,
"targets_completed":100,
"self":{
"href":"http://<hostname>/api/massedits/1493",
"title":"This mass edit job."
},
"targets":{
"href":"http/<hostname>/api/massedits/1493/targets",
"title":"The collection of targets for this Mass Edit Job."
}
}