action setlist_resource_1_0_setlist_setlist_id_get_setlist_get { label: "." description: "
\nReturns the current version of a setlist. E.g. if you pass the id of a setlist that got edited since you last\naccessed it, you'll get the current version.\n
" provider: setlist method: GET path: "/1.0/setlist/{setlistId}" encoding: json input: { type: "object" properties: { setlistId: { type: "string" } } required: ["setlistId"] additionalProperties: false } output: { type: "object" additionalProperties: true } }