action hetras_certification_blocks_get_blocks_count_async { label: "Get total blocks count that match the given filter criteria." provider: hetras_certification method: GET path: "/api/booking/v0/blocks/$count" 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" } ratePlanCodes: { type: "string" } status: { type: "string" } to: { type: "string" } } required: ["App-Id", "App-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }