Retrieves project contacts
Request Information
URI Parameters :
None.
Body Parameters :
None.
Response Information
Resource Description :
IHttpActionResult
project_contact| Name | Description | Type | Additional information |
|---|---|---|---|
| id |
Primary Key |
globally unique identifier | |
| project_id |
Project Id |
globally unique identifier | |
| contact_id |
Contact Id |
globally unique identifier | |
| modified_dateutc |
Readonly system field managed by database, filled with GetUtcDate when adding,updating |
date |
Response Formats
application/json, text/json
Sample:
{
"id": "1b4fef68-7a61-4a6a-b6b0-75bd042a10a8",
"project_id": "f6ce67e3-bffa-4e3b-8255-169cf3f97a7f",
"contact_id": "9721fb26-30a6-4d49-85fc-974eff151487",
"modified_dateutc": "2026-01-11T23:47:37.3094214+00:00"
}
application/xml, text/xml
Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>9721fb26-30a6-4d49-85fc-974eff151487</contact_id> <id>1b4fef68-7a61-4a6a-b6b0-75bd042a10a8</id> <modified_dateutc>2026-01-11T23:47:37.309Z</modified_dateutc> <project_id>f6ce67e3-bffa-4e3b-8255-169cf3f97a7f</project_id> </project_contact>