action pims_fetch_all_venues { label: "Find all venues" provider: pims method: GET path: "/venues" encoding: json input: { type: "object" properties: { city: { type: "string" } country_code: { type: "string" } label: { type: "string" } sort: { type: "string" } type: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }