action fisheye_get_path_list { label: "getPathList" description: "Get a list of information about files and directories in a path." provider: fisheye method: GET path: "/rest-service-fe/revisionData-v1/pathList/{repository}" encoding: json input: { type: "object" properties: { path: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }