action refugerestrooms_get_v1_restrooms { label: "getV1Restrooms" description: "Get all restroom records ordered by date descending." provider: refugerestrooms method: GET path: "/v1/restrooms" encoding: json input: { type: "object" properties: { ada: { type: "string" } offset: { type: "string" } page: { type: "string" } per_page: { type: "string" } unisex: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }