{ "opencollection": "1.0.0", "info": { "name": "setlist.fm /1.0/artist/{mbid} /1.0/artist/{mbid} /1.0/setlist/version/{versionId} API", "version": "1.0" }, "items": [ { "info": { "name": "/1.0/setlist/version/{versionId}", "type": "folder" }, "items": [ { "info": { "name": ".", "type": "http" }, "http": { "method": "GET", "url": "{{baseUrl}}/1.0/setlist/version/:versionId", "params": [ { "name": "versionId", "value": "", "type": "path", "description": "the version id" } ] }, "docs": "

\nDeprecated - always returns Not Found (404)\n

\n\n

\nReturns a setlist for the given versionId. The setlist returned isn't necessarily the most recent version. E.g.\nif you pass the versionId of a setlist that got edited since you last accessed it, you'll get the same version as\nlast time.\n

" } ] } ], "bundled": true }