Get Relationships for a Contact
GET {{baseUrl}}/api/Relationship/ByContact/:contactId?skip=<integer>&take=<integer>
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
skip | string | The number of records to skip. Default = 0. | |
take | string | The number of records to take. Default = 10. |
RESPONSES
status: OK
{"list":[{"id":"\u003cinteger\u003e","contactId":"\u003cinteger\u003e","contact":"\u003cstring\u003e","contactIndividual":"\u003cstring\u003e","relatedContactId":"\u003cinteger\u003e","relatedContact":"\u003cstring\u003e","relatedContactIndividual":"\u003cstring\u003e","relationshipType":"\u003cstring\u003e","notes":"\u003cstring\u003e","relatedContactViewUrl":"\u003cstring\u003e"},{"id":"\u003cinteger\u003e","contactId":"\u003cinteger\u003e","contact":"\u003cstring\u003e","contactIndividual":"\u003cstring\u003e","relatedContactId":"\u003cinteger\u003e","relatedContact":"\u003cstring\u003e","relatedContactIndividual":"\u003cstring\u003e","relationshipType":"\u003cstring\u003e","notes":"\u003cstring\u003e","relatedContactViewUrl":"\u003cstring\u003e"}],"total":"\u003cinteger\u003e"}