Enquiries report
/v1/EnquiryReport/GetEnquiriesReportenquiries.readRetrieve a paginated list of enquiries.
Use this report to export enquiry data for analysis or downstream processing. Results can be filtered by status, booker details, company, affiliate group, and date ranges.
Request body
Parameters
pageNumberintegerOptionalpageSizeintegerOptionalstatusinteger[]OptionalenquiryIdintegerOptionalbookerEmailstringOptionalbookerCompanystringOptionalbookerNamestringOptionalcompanyIdintegerOptionalaffiliateGroupIdintegerOptionalstartDatedate-timeOptionalendDatedate-timeOptionalcreatedSincedate-timeOptionalcreatedUntildate-timeOptionalmodifiedSincedate-timeOptionalmodifiedUntildate-timeOptionalexpand.enquiryVenuesbooleanOptionalexpand.enquiryDaybooleanOptionalexpand.bedroomsbooleanOptionalexpand.customQuestionsbooleanOptionalexpand.customFieldsbooleanOptionalexpand.approverbooleanOptionalexpand.addressExtrabooleanOptionalexpand.taxesbooleanOptionalResponse
Returns a paginated list of EnquirySummaryData objects.
The EnquirySummaryData object
enquiryIdintegerUnique identifier for the enquiry.
enquiryNamestringDisplay name of the enquiry.
meetingNamestringName of the meeting or event.
clientNamestringName of the client associated with the enquiry.
eventStartingDatedate-timeStart date and time of the event.
eventFinalDatedate-timeEnd date and time of the event.
enquiryStatusIdintegerCurrent status identifier of the enquiry.
totalMeetingRoomsintegerTotal number of meeting rooms requested.
totalDaysintegerTotal number of event days.
totalAttendeesintegerTotal number of attendees across all days.
totalBedroomsintegerTotal number of bedrooms requested.
totalNightsintegerTotal number of bedroom nights.
activeEnquiryVersionIdintegerIdentifier of the active enquiry version, if any.
bookingTypeIdintegerIdentifier of the booking type.
locationEnteredstringLocation text entered for the enquiry.
affiliateGroupIdintegerIdentifier of the affiliate group, if applicable.
companyNamestringName of the company that owns the enquiry.
affiliateGroupNamestringName of the affiliate group, if applicable.
recordCreateddate-timeWhen the enquiry was created.
recordModifieddate-timeWhen the enquiry was last modified.
Expandable collections
The following collections are included only when the corresponding expand option is set to true. Click Show child attributes to reveal the fields inside each collection.
enquiryVenuesarrayVenues associated with the enquiry. Requires expand.enquiryVenues.
enquiryDaysarrayDay-by-day breakdown of the enquiry. Requires expand.enquiryDay.
enquiryAccommodationsarrayBedroom requirements. Requires expand.bedrooms.
enquiryAccommodationExtrasarrayExtra accommodation items. Requires expand.bedrooms.
customQuestionsarrayCustom question responses. Requires expand.customQuestions.
customFieldsarrayCustom field values. Requires expand.customFields.
enquiryAttachmentsarrayAttachments associated with the enquiry. Included when attachments are expanded.
Pagination
pageNumberintegerCurrent page number.
pageSizeintegerNumber of items per page.
totalCountintegerTotal number of matching entries.
Errors
| Status | Meaning |
|---|---|
400 Bad Request | Validation failed. Check the response for property-level errors. |
401 Unauthorized | The Bearer token is missing, expired, or lacks the required scope. |
403 Forbidden | The client is not permitted to view enquiry data. |
curl -X POST https://dashboard.alpha.meetingsbooker.com/reportingapi/v1/EnquiryReport/GetEnquiriesReport \
-H "Authorization: Bearer $TOKEN" \
-H "Content-Type: application/json" \
-d '{
"status": [1, 2],
"companyId": 1001,
"pageSize": 50
}'{
"items": [
{
"enquiryId": 12345,
"enquiryName": "Annual Conference 2025",
"meetingName": "Board meeting",
"clientName": "Example Ltd",
"eventStartingDate": "2025-06-01T09:00:00Z",
"eventFinalDate": "2025-06-03T17:00:00Z",
"enquiryStatusId": 2,
"totalMeetingRooms": 3,
"totalDays": 3,
"totalAttendees": 24,
"totalBedrooms": 12,
"totalNights": 36,
"activeEnquiryVersionId": 67890,
"bookingTypeId": 1,
"locationEntered": "Dublin",
"affiliateGroupId": 55,
"companyName": "Example Ltd",
"affiliateGroupName": "EMEA Group",
"recordCreated": "2025-01-10T11:00:00Z",
"recordModified": "2025-01-15T14:30:00Z",
"enquiryVenues": [
{
"enquiryVenueId": 987,
"venueId": 42,
"venueName": "Grand Hotel Dublin",
"venueAddress": "1 Merrion Square, Dublin 2",
"mainImageUrl": "https://cdn.hubli.com/venues/42/main.jpg",
"location": "Dublin",
"enquiryVenueStatusId": 1,
"isCompanyPreferred": true,
"isAffiliatePreferred": false,
"enquiryVenueProposalId": 1111
}
],
"enquiryDays": [
{
"enquiryDayId": 5001,
"enquiryDate": "2025-06-01T00:00:00Z",
"enquiryDayNumber": 1,
"enquiryDayRooms": [
{
"enquiryDayRoomId": 7001,
"roomName": "Wicklow Suite",
"capacity": 30,
"layoutId": 2,
"startTime": "09:00",
"endTime": "17:00"
}
],
"enquiryDayFoodDrinks": [
{
"enquiryDayFoodDrinkId": 8001,
"foodDrinkTypeId": 3,
"foodDrinkTypeName": "Working lunch",
"quantity": 24,
"servingTime": "12:30"
}
]
}
],
"enquiryAccommodations": [
{
"enquiryAccommodationId": 9001,
"accommodationTypeId": 1,
"dateRequired": "2025-06-01T00:00:00Z",
"numberRequired": 12
}
],
"enquiryAccommodationExtras": [
{
"enquiryAccommodationExtraId": 9501,
"accommodationExtraTypeId": 2,
"accommodationExtraTypeText": "Late checkout",
"dateRequired": "2025-06-03T00:00:00Z",
"quantity": 6,
"notes": "For VIP attendees"
}
],
"customQuestions": [
{
"customFieldId": 101,
"customFieldLabel": "Dietary requirements",
"customData": [
{
"entityId": 202,
"entityRecordId": 12345,
"customResponseValue": "vegetarian",
"customResponseText": "Vegetarian"
}
]
}
],
"customFields": [
{
"customFieldId": 301,
"fieldName": "cost_centre",
"label": "Cost centre",
"value": "CC-4412",
"text": "CC-4412",
"typeId": 1,
"typeName": "Text"
}
],
"enquiryAttachments": [
{
"enquiryAttachmentId": 4001,
"fileName": "agenda.pdf",
"fileSize": 245760,
"venueId": 42,
"readOnly": false
}
]
}
],
"pageNumber": 1,
"pageSize": 50,
"totalCount": 1
}