The SiteContactGetAllBySite API allows you to retrieve all existing Site Contact by Site.
| Method | API Endpoint |
|---|---|
| GET | {{endpoint}}/api/ext/contacts |
| Key | Value |
|---|---|
| Content-Type | application/json |
| Authorization | Bearer{{token}} |
| Parameter | Type | Example | Length | Required | Description |
|---|---|---|---|---|---|
customerId |
Number | 1 | true | Customer ID for filtering | |
projectId |
Number | 1 | true | Project ID for filtering | |
siteId |
Number | 1 | 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": 1,
"title": "Ms.",
"fullName": "test",
"email": null,
"phone": "0124578946",
"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