をデシリアライズ私は常にエラーを取得:次のように Cannot deserialize the current JSON object (e.g. {"name":"value"}) into type 'System.Collections.Generic.List`1[Test.Form15+results[]]' because the type requires a JSON array
ここに、CSVファイルとしてデータをダウンロードしようとしているREST APIがあります。 docssetBodyによるとは (function process(/*RESTAPIRequest*/ request, /*RESTAPIResponse*/ response) {
var data = '\n'; // workaround to separate <xml> sta