action fisheye_get_query_as_rows { label: "getQueryAsRows" description: "Execute a FishEye query (that contains a \"return\" statement) against a specific repository." provider: fisheye method: GET path: "/rest-service-fe/search-v1/queryAsRows/{repository}" encoding: json input: { type: "object" properties: { maxReturn: { type: "string" } query: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }