GET api/v1/donormerge?limit={limit}&offset={offset}&Before={Before}&After={After}

Find Donor Merges by filter

Request Information

URI Parameters

NameDescriptionTypeAdditional information
limit

Number of records to return (from 1 to 100)

integer

Default value is 50

offset

Offset by number of records

integer

Default value is 0

Before

Date before when the merge was created

date

None.

After

Date after when the merge was created

date

None.

Body Parameters

None.

Response Information

Resource Description

IHttpActionResult

None.

Response Formats

application/json, text/json, application/xml, text/xml

Sample:

Sample not available.