action xtrf_browse_csv { label: "Searches for data (ie. customer, task, etc) and returns it in a CSV form." description: "Searches for data (ie. customer, task, etc) and returns it in a CSV form." provider: xtrf method: GET path: "/browser/csv" encoding: json input: { type: "object" properties: { additionalOrder: { type: "string" } secondarySeparator: { type: "string" } separator: { type: "string" } viewId: { type: "integer" format: "int64" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }