Mass Edit Target Collection Object
Version: 3.3
An Mass Edit Target Collection Object is a Collection Object containing zero or more Mass Edit Target Objects. It contains no additional properties.
Example
RequestResponse
{
"items":[
{
"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."
}
},
...
],
"total_items":400,
"returned_items":25,
"self":{
"href":"http://hostname/api/massedits/500/targets"
},
"next":{
"href":"http://hostname/api/massedits/500/targets?skip=25"
}
}