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