Contacts
Gets the contact details for the specified project
Authorizations
Path parameters
projectIdstringRequired
The project ID
Responses
200
successful operation
application/json
400
Invalid status value
application/json
get
GET //projects/{projectId}/contacts HTTP/1.1
Host: api.ecosuite.io
Authorization: YOUR_API_KEY
Accept: */*
{
"project": {
"code": "text",
"recordContacts": [
{
"name": "text",
"type": "text",
"notes": "text",
"recordId": "text",
"recordName": "text"
}
],
"sites": {
"ANY_ADDITIONAL_PROPERTY": {
"code": "text",
"contacts": [
{
"name": "text",
"type": "text",
"notes": "text",
"email": "text",
"phone": "text"
}
],
"recordContacts": [
{
"name": "text",
"type": "text",
"notes": "text",
"recordId": "text",
"recordName": "text"
}
],
"systems": {
"ANY_ADDITIONAL_PROPERTY": {
"recordContacts": [
{
"name": "text",
"type": "text",
"notes": "text",
"recordId": "text",
"recordName": "text"
}
]
}
}
}
}
}
}