| GET | /collectionattemptmerge/{id} | Gets the merge history entries for this attempt |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | path | Guid | Yes | The id of the attempt |
To override the Content-type in your clients, use the HTTP Accept Header, append the .xml suffix or ?format=xml
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /collectionattemptmerge/{id} HTTP/1.1
Host: api.paylock.com
Accept: application/xml
HTTP/1.1 200 OK
Content-Type: application/xml
Content-Length: length
<ArrayOfMergeHistory xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/BootView.WebApi.ServiceModel">
<MergeHistory>
<CreatedById>00000000-0000-0000-0000-000000000000</CreatedById>
<DateCreated>0001-01-01T00:00:00</DateCreated>
<Id>00000000-0000-0000-0000-000000000000</Id>
<MergeItemId>00000000-0000-0000-0000-000000000000</MergeItemId>
<MergeItemType i:nil="true" />
<MergeTargetFromId>00000000-0000-0000-0000-000000000000</MergeTargetFromId>
<MergeTargetToId>00000000-0000-0000-0000-000000000000</MergeTargetToId>
<MergeTargetType i:nil="true" />
</MergeHistory>
</ArrayOfMergeHistory>