Skip to main content

Involved Parties

EntityInvolved

Involved parties represent additional contacts or relationships linked to an Activity, beyond the primary relationship and contact.

Endpoints

List

GET/v1/odata/Involved

Get by ID

GET/v1/odata/Involved({id})

Create

POST/v1/odata/Involved

Update

PUT/v1/odata/Involved({id})

Delete

DELETE/v1/odata/Involved({id})

Fields

FieldTypeDescription
NameStringDisplay name
DescriptionStringDescription / notes

Relationships

RelationshipTarget EntityCardinalityDescription
ActivityActivityN:1Parent activity
RoleDatastore.InvolvedRoleN:1Role of the involved party
RelationshipRelationshipN:1Involved relationship
ContactRelationship.Person.ContactN:1Involved contact
PictureFileN:1Profile picture

Expanding Relationships

GET/v1/odata/Involved({id})?$expand=Activity
GET/v1/odata/Involved({id})/Activity