The ProjectContactGetAllByProject API allows you to retrieve all existing Project Contacts by Project.
| Method | API Endpoint |
|---|---|
| GET | {{endpoint}}/api/ext/contact |
| Key | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer{{token}} |
| Parameter | Type | Example | Required | Description |
|---|---|---|---|---|
| customerId | Number | 1 | true | Customer ID for filtering |
| projectId | Number | 9 | true | Project ID for filtering |
| siteId | Number | 3 | true | Site ID for filtering |
| search | String | test | true | Specifies the search query |
| Method | API Call |
|---|---|
| GET | api/ext/contacts?customerId=&projectId
=9&siteId=&search=t |
// 200 Response Code
[
{
"id": 131,
"title": null,
"fullName": "helooo",
"email": null,
"phone": "01245784512",
"type": "PUBLIC",
"designation": null
}
]

Description can be added here
This website and its content are the property of FieldEx and are protected by copyright laws. © 2026 FieldEx. Any redistribution or reproduction of part or all of the contents in any form is prohibited, except with our express written permission.
FieldEx Pte Ltd Singapore