GET api/HLMonitor/GetTaskData/{startDate}/{endDate}?docType={docType}

Retrieves the task data for a given date range and document type.

Alternative Calls:

  • GET api/HLMonitor/GetTaskData?startDate={startDate}&endDate={endDate}
  • GET api/HLMonitor/GetTaskData?startDate={startDate}&endDate={endDate}&docType={docType}
  • GET api/HLMonitor/GetTaskData/{startDate}/{endDate}
  • GET api/HLMonitor/GetTaskData/{startDate}/{endDate}/{docType}
  • GET api/HLMonitor/GetTaskData/{docType}?startDate={startDate}&endDate={endDate}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
startDate

The start date of the task data to retrieve.

date

Required

endDate

The end date of the task data to retrieve.

date

Required

docType

Document type filter.

string

Optional

Body Parameters

None.

Response Information

Resource Description

A JSON string containing the task data for the specified date range.

string

Response Formats

application/json, text/json

Sample:

[
    {
        "Id": 1,
        "AttachmentId": 1,
        "TaskTypeId": 1,
        "TaskStateId": 1,
        "HoldingsProcessed": false,
        "DirectionLetterProcessed": true,
        "WasSentBack": false,
        "ProcesssedById": 12,
        "ProcessedDate": "2017-08-26T18:00:02.89",
        "QCById": 11,
        "QCDate": "2017-08-26T18:00:02.89",
        "DLQCById": 4,
        "DLQCDate": "2017-08-26T18:00:02.89",
        "TempDLQCById": 3,
        "TempDLQCDate": "2017-08-26T18:00:02.89",
        "CompleteNoQCById": 5,
        "CompleteNoQCDate": "2017-08-26T18:00:02.89",
        "LatestComments": "Sample comment",
        "IsClawBack": false,
        "ClawBack": 10.2,
        "AssignedToId": 2,
        "AssignedById": 2,
        "TaskClientsFlat": "Sample string",
        "WaitingForInformationReasonId": 3,
        "DLComplexity": 1,
        "EntryComplexity": 5,
        "TempProcessed": true,
        "TempDL": false,
        "NumberOfCompanies": 5,
        "NumberOfNewCompanies": 4,
        "IsRRDDoc": false,
        "IsDupe": true,
        "LetterQCd": true,
        "EntryQCd": false,
        "LastStateChangeDate": "2023-01-19T08:36:20.07",
        "LastStateChangeById": 2,
        "IsDeleted": false,
        "NotifyCount": 1,
        "CreatedById": 1,
        "CreatedOn": "2023-01-19T08:36:20.07",
        "LastUpdatedById": 4,
        "LastUpdatedOn": "2023-01-19T08:36:20.07",
        "CreatedByBreckId": 1,
        "LastUpdatedByBreckId": 1
    }

]

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>