action xtrf_get_current_view_details { label: "Returns current view's detailed information, suitable for browser." description: "Returns current view's detailed information, suitable for browser." provider: xtrf method: GET path: "/browser/views/details/for/{className}" encoding: json input: { type: "object" properties: { className: { type: "string" } placeName: { type: "string" } } required: ["className"] additionalProperties: false } output: { type: "object" additionalProperties: true } }