{ "name": "NPItoExcel", "displayName": "NPI_to_Excel", "description": "Exports NPI data to an Excel file", "category": "", "helpUrl": "https://gisstaging.ecology.wa.gov/serverext/rest/directories/arcgisoutput/WQ/NPItoExcel_GPServer/WQ_NPItoExcel/NPItoExcel.htm", "executionType": "esriExecutionTypeSynchronous", "parameters": [ { "name": "OIDs", "dataType": "GPString", "displayName": "OIDs", "description": "These are the OIDs / SiteIDs of the data to be exported", "direction": "esriGPParameterDirectionInput", "defaultValue": "(575,577)", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "UserID", "dataType": "GPString", "displayName": "UserID", "description": "The userID of the user requesting data (xxxx461)", "direction": "esriGPParameterDirectionInput", "defaultValue": "fake451", "parameterType": "esriGPParameterTypeRequired", "category": "" }, { "name": "OutPath", "dataType": "GPString", "displayName": "OutPath", "description": "", "direction": "esriGPParameterDirectionOutput", "defaultValue": "", "parameterType": "esriGPParameterTypeDerived", "category": "" } ] }