{ "name": "Export", "displayName": "Export", "description": "Script to pull feature class data for the fixed dataset based on the provide SQL Query Expression. Data is provided to the client as a zipped up shapefile.", "category": "", "helpUrl": "https://dtdapps.colorado.gov/server/rest/directories/arcgisoutput/HUTF/hutf_gp_GPServer/HUTF_hutf_gp/Export.htm", "executionType": "esriExecutionTypeAsynchronous", "parameters": [ { "name": "where", "dataType": "GPString", "displayName": "where", "description": "SQL Query Expression. i.e. ''", "direction": "esriGPParameterDirectionInput", "defaultValue": "where fips like '00760%'", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "outputZipFile", "dataType": "GPDataFile", "displayName": "outputZipFile", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": null, "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }