GET api/HLMonitor/GetTaskModifications?fromDate={fromDate}&toDate={toDate}&pageSize={pageSize}&pageNumber={pageNumber}

Retrieves Attachment, Task, Client and Fund Information.

Request Information

URI Parameters

NameDescriptionTypeAdditional information
fromDate

The start date of the tasks to retrieve.

date

Required

toDate

The end date of the tasks to retrieve.

date

Required

pageSize

The result size to retrieve.

integer

Required

pageNumber

The page number for the results to retrieve.

integer

Required

Body Parameters

None.

Response Information

Resource Description

The supporting document corresponding to the specified ID.

IHttpActionResult

None.

Response Formats

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

Sample:

Sample not available.