Mass edit job collection
A Mass Edit Job Collection Object is a Collection Object containing zero or more Mass Edit Job Objects. It contains no additional properties.
A Mass Edit Job Collection Object is a Collection Object containing zero or more Mass Edit Job Objects. It contains no additional properties.
{ "items":[ { "state_description":"In progress", "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." } } ... ], "total_items":40, "returned_items":25, "self":{ "href":"http://<hostname>/api/massedits" }, "next":{ "href":"http://<hostname>/api/massedits?skip=25" } }