action fisheye_list_changesets { label: "listChangesets" description: "Get a list of changesets on a repository." provider: fisheye method: GET path: "/rest-service-fe/revisionData-v1/changesetList/{repository}" encoding: json input: { type: "object" properties: { end: { type: "string" } maxReturn: { type: "string" } path: { type: "string" } start: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }