Skip to main content
Get Contact Relation Entity

Headers

Accept-Language
string

Convert string references and multi-language values into a specified language (iso2) code.

SO-Language
string

Convert string references and multi-language values into a specified language (iso2) code. Overrides Accept-Language value.

SO-Culture
string

Number, date formatting in a specified culture (iso2 language) code. Partially overrides SO-Language/Accept-Language value. Ignored if no Language set.

SO-TimeZone
string

Specify the timezone code that you would like date/time responses converted to.

SO-AppToken
string

The application token that identifies the partner app. Used when calling Online WebAPI from a server.

Query Parameters

contactRelationEntityId
integer<int32>
required

The identifier of the ContactRelationEntity object

$select
string

Optional comma separated list of properties to include in the result. Other fields are then nulled out to reduce payload size: "Name,department,category". Default = show all fields.

Response

OK

Relationship between a (contact/person) and another (contact/person), as described by the RelationDefinition. Carrier object for ContactRelationEntity. Services for the ContactRelationEntity Carrier is available from the Relation Agent.

SourceContactId
integer<int32>

Id of the source contact. The value is mandatory.

SourcePersonId
integer<int32>

Id of the source person. The value is not mandatory. The person must belong to the source contact.

DestinationContactId
integer<int32>

Id of the destination contact. The value is mandatory.

DestinationPersonId
integer<int32>

Id of the destination person. The value is not mandatory. The person must belong to the destination contact.

RelationId
integer<int32>

Primary key

Comment
string

Comment for relation

RelationDefinitionId
integer<int32>

Reference to definition

Reversed
integer<int32>

Is direction reversed relative to definition

UpdatedDate
string<date-time>

Last updated when in UTC.

CreatedDate
string<date-time>

Registered when in UTC.

CreatedBy
object

Carrier object for Associate. Services for the Associate Carrier is available from the Associate Agent.

UpdatedBy
object

Carrier object for Associate. Services for the Associate Carrier is available from the Associate Agent.

SourceContactName
string

Name of the source contact.

SourcePersonName
string

Name of the source person.

DestinationContactName
string

Name of the destination contact.

DestinationPersonName
string

Name of the destination person.

ActiveText
string

Active text for the relation.

PassiveText
string

Passive text for the relation.

TableRight
object

Wraps a table right together with an explanatory reason. Code can indicate why access is restricted.

FieldProperties
object

Field property dictionary mapping field names to field access rights.