action flat_get_score_revision_data { label: "Get a score revision data" description: "Retrieve the file corresponding to a score revision (the following formats are available): Flat JSON/Adagio JSON `json`, MusicXML\n`mxl`/`xml`, MP3 `mp3`, WAV `wav`, MIDI `midi`, a tumbnail of the first page `thumbnail.png` or auto sync points `synchronizationPoints`.\n" provider: flat method: GET path: "/scores/{score}/revisions/{revision}/{format}" encoding: json input: { type: "object" properties: { onlyCached: { type: "boolean" } parts: { type: "string" } sharingKey: { type: "string" } url: { type: "boolean" } } additionalProperties: false } output: { type: "string" format: "binary" } }