action setlist_resource_1_0_search_venues_get_venues_get { label: "Search for venues." description: "Search for venues." provider: setlist method: GET path: "/1.0/search/venues" encoding: json input: { type: "object" properties: { cityId: { type: "string" } cityName: { type: "string" } country: { type: "string" } name: { type: "string" } p: { type: "string" } state: { type: "string" } stateCode: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }