action hetras_certification_blocks_get_blocks_async { label: "Gets a list of blocks." description: "With this endpoint you can request a list of blocks for the hotel chain. Currently we only support to optionally \n filter by the group code linked to the block. Additional filters will be available soon." provider: hetras_certification method: GET path: "/api/booking/v0/blocks" encoding: json input: { type: "object" properties: { "App-Id": { type: "string" } "App-Key": { type: "string" } countDetails: { type: "string" } from: { type: "string" } groupCode: { type: "string" } hotelId: { type: "string" } inlinecount: { type: "string" } ratePlanCodes: { type: "string" } skip: { type: "string" } status: { type: "string" } to: { type: "string" } top: { type: "string" } } required: ["App-Id", "App-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }