latestSwagger 2.02026-08-1766151238.8 KB

a444c5b1e78b

Relationship

OData end point to get a list of all relationships for contacts accessible by the user

get/api/relationship

Response

OK

guidstring uuid
relationshipNamestring required
notesstring

Example response

[
  {
    "guid": "00000000-0000-0000-0000-000000000000",
    "account": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "contact": {
      "guid": "00000000-0000-0000-0000-000000000000"
    },
    "project": {
      "guid": "00000000-0000-0000-0000-000000000000",
      "accountGuid": "00000000-0000-0000-0000-000000000000"
    }
  }
]