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": "7ec4772c-251f-4770-8b08-55c5f4d08736",
"project_id": "ecd52b8f-b3ff-4286-9a11-dc949a57eccd",
"contact_id": "f7e7bb44-ab86-4178-9de1-69f6849eeea3",
"modified_dateutc": "2026-03-07T14:49:20.9808381+00:00"
}
application/xml, text/xml
Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <contact_id>f7e7bb44-ab86-4178-9de1-69f6849eeea3</contact_id> <id>7ec4772c-251f-4770-8b08-55c5f4d08736</id> <modified_dateutc>2026-03-07T14:49:20.980Z</modified_dateutc> <project_id>ecd52b8f-b3ff-4286-9a11-dc949a57eccd</project_id> </project_contact>