Retrieves project contacts

Request Information

URI Parameters :

None.

Body Parameters :

None.

Response Information

Resource Description :

IHttpActionResult

project_contact
NameDescriptionTypeAdditional 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": "0aae43e0-59c7-488c-a98c-09da60e57814",
  "project_id": "bce57081-c286-4df3-bdaf-314a5068f2d2",
  "contact_id": "a288ed55-604e-4e71-b8a1-fb8551ca5409",
  "modified_dateutc": "2026-06-16T21:16:41.6033049+00:00"
}

application/xml, text/xml

Sample:
<project_contact xmlns:i="http://www.w3.org/2001/XMLSchema-instance">
  <contact_id>a288ed55-604e-4e71-b8a1-fb8551ca5409</contact_id>
  <id>0aae43e0-59c7-488c-a98c-09da60e57814</id>
  <modified_dateutc>2026-06-16T21:16:41.603Z</modified_dateutc>
  <project_id>bce57081-c286-4df3-bdaf-314a5068f2d2</project_id>
</project_contact>