SummarizeWithin-spec

POST http://{{analysis-service}}/arcgis/rest/services/tasks/GPServer/SummarizeWithin/submitJob

Request Body

[{"name"=>"f", "value"=>"json", "datatype"=>"string"}, {"name"=>"token", "value"=>"{{access_token}}", "datatype"=>"string"}, {"name"=>"sumWithinLayer", "value"=>"{\"url\": <service_url>, \"filter\": <where clause>}", "datatype"=>"string"}, {"name"=>"summaryLayer", "value"=>"{\"url\": <service_url>, \"filter\": <where clause>}", "datatype"=>"string"}, {"name"=>"sumShape", "value"=>"<boolean>", "datatype"=>"string"}, {"name"=>"shapeUnits", "value"=>"<string>", "datatype"=>"string"}, {"name"=>"output", "value"=>"{\"serviceProperties\":{\"name\":\"<string>\"}}", "datatype"=>"string"}]