action xtrf_get { label: "Returns all view's information." description: "Returns all view's information (ie. name, columns, filters, etc)." provider: xtrf method: GET path: "/browser/views/{viewId}" encoding: json input: { type: "object" properties: { viewId: { type: "integer" format: "int64" } } required: ["viewId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }