Mass edit target collection
An Mass Edit Target Collection Object is a Collection Object containing zero or more Mass Edit Target Objects. It contains no additional properties.
An Mass Edit Target Collection Object is a Collection Object containing zero or more Mass Edit Target Objects. It contains no additional properties.
{ "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" } }