---
title: "Retrieve details of all enquiries received for a specific new development project"
method: GET
path: "/v1/projects/{id}/enquiries"
tags: ["Projects"]
---

# Retrieve details of all enquiries received for a specific new development project

`GET /v1/projects/{id}/enquiries`

## Path parameters

- `id` integer, required

## Query parameters

- `pageNumber` integer

## Response `200`

OK

- EnquiriesV1EnquiryReport[]
  - `deliveryMethod` 'email' | 'sms', nullable
  - `enquiryType` 'listing' | 'devProject' | 'newDevLanding' | 'agencyProfile' | 'agentProfile' | 'contractRequest' | 'vendorEnquiry' | 'prePortalListing' | 'suburbVendorEnquiry', nullable
  - `id` string, nullable
  - `message` string, nullable
  - `metaData` object, nullable
  - `recipientsDeliveryStatus` EnquiriesV1RecipientDeliveryStatus[], nullable
    - `deliveryStatus` 'queued' | 'delivered' | 'failed' | 'deferred', nullable — Gets or Sets DeliveryStatus
    - `recipient` EnquiriesV1Recipient — Recipient of an Group.Enquiry.Model.Enquiry
      - `recipientType` 'primary' | 'secondary' | 'hidden', nullable — Gets or Sets RecipientType
      - `address` string, required — Delivery address ( email address, phone number etc. ) of the recipient
    - `date` string, date-time, nullable — Last time when the email delivery status was polled
  - `referenceId` integer, nullable
  - `sender` EnquiriesV1Sender
    - `firstName` string, nullable
    - `lastName` string, nullable
    - `email` string, nullable
    - `phoneNumber` string, nullable
    - `postcode` string, nullable
  - `dateReceived` string, date-time, nullable
  - `agencyId` integer, nullable

## Other responses

- `default` — Error

---

[API](https://skmtc.net/domain/apis/domain-public-api.md) · [All operations](https://skmtc.net/domain/apis/domain-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/domain/domain-public-api/revisions/839de6c29cc3/schema)
