action setlist_resource_1_0_search_setlists_get_setlists_get { label: "Search for setlists." description: "Search for setlists." provider: setlist method: GET path: "/1.0/search/setlists" encoding: json input: { type: "object" properties: { artistMbid: { type: "string" } artistName: { type: "string" } artistTmid: { type: "string" } cityId: { type: "string" } cityName: { type: "string" } countryCode: { type: "string" } date: { type: "string" } lastFm: { type: "string" } lastUpdated: { type: "string" } p: { type: "string" } state: { type: "string" } stateCode: { type: "string" } tourName: { type: "string" } venueId: { type: "string" } venueName: { type: "string" } year: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }