一括編集ジョブ コレクション オブジェクト
一括編集ジョブ コレクション オブジェクトは、ゼロ個以上の一括編集ジョブ オブジェクトを収めたコレクション オブジェクトです。 追加のプロパティは含まれません。
例
RequestResponse
{
"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"
}
}