GET api/Contact/GetContactHistory?ContactSaveId={ContactSaveId}&ContactType={ContactType}
No documentation available.
Request Information
Parameters
Name | Description | Additional information |
---|---|---|
ContactSaveId | No documentation available. |
Define this parameter in the request URI. |
ContactType | No documentation available. |
Define this parameter in the request URI. |
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
[ { "$id": "2", "SaveId": "bbfc4dc3-498f-4d97-8e3b-a57bad0be7ce", "User": "sample string 2", "Changes": "sample string 3", "Comment": "sample string 4", "TenantId": "sample string 5", "IpAddress": "sample string 6", "ContactType": "sample string 7", "ContactSaveId": "e11b6bee-260a-4771-b5b0-e8023f8e8d33", "EntryDateTime": "2025-05-09T20:24:52.8051711+00:00", "UpdateDateTime": "2025-05-09T20:24:52.8051711+00:00" }, { "$ref": "2" }, { "$ref": "2" } ]
application/xml, text/xml
Sample:
<ArrayOfContactHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EdgeServices.Interface.Models.crm"> <ContactHistory> <Changes>sample string 3</Changes> <Comment>sample string 4</Comment> <ContactSaveId>e11b6bee-260a-4771-b5b0-e8023f8e8d33</ContactSaveId> <ContactType>sample string 7</ContactType> <EntryDateTime>2025-05-09T20:24:52.8051711+00:00</EntryDateTime> <IpAddress>sample string 6</IpAddress> <SaveId>bbfc4dc3-498f-4d97-8e3b-a57bad0be7ce</SaveId> <TenantId>sample string 5</TenantId> <UpdateDateTime>2025-05-09T20:24:52.8051711+00:00</UpdateDateTime> <User>sample string 2</User> </ContactHistory> <ContactHistory> <Changes>sample string 3</Changes> <Comment>sample string 4</Comment> <ContactSaveId>e11b6bee-260a-4771-b5b0-e8023f8e8d33</ContactSaveId> <ContactType>sample string 7</ContactType> <EntryDateTime>2025-05-09T20:24:52.8051711+00:00</EntryDateTime> <IpAddress>sample string 6</IpAddress> <SaveId>bbfc4dc3-498f-4d97-8e3b-a57bad0be7ce</SaveId> <TenantId>sample string 5</TenantId> <UpdateDateTime>2025-05-09T20:24:52.8051711+00:00</UpdateDateTime> <User>sample string 2</User> </ContactHistory> <ContactHistory> <Changes>sample string 3</Changes> <Comment>sample string 4</Comment> <ContactSaveId>e11b6bee-260a-4771-b5b0-e8023f8e8d33</ContactSaveId> <ContactType>sample string 7</ContactType> <EntryDateTime>2025-05-09T20:24:52.8051711+00:00</EntryDateTime> <IpAddress>sample string 6</IpAddress> <SaveId>bbfc4dc3-498f-4d97-8e3b-a57bad0be7ce</SaveId> <TenantId>sample string 5</TenantId> <UpdateDateTime>2025-05-09T20:24:52.8051711+00:00</UpdateDateTime> <User>sample string 2</User> </ContactHistory> </ArrayOfContactHistory>