GET api/Lead/GetLeadCallForAssociateByDate?CallDate={CallDate}&associateId={associateId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CallDate | date |
Required |
|
| associateId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadCallDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| LeadCallId | integer |
None. |
|
| CallDate | date |
None. |
|
| CallStatusTypeId | integer |
None. |
|
| ChangeDate | date |
None. |
|
| ChangedBy | integer |
None. |
|
| ChangedByRoleId | integer |
None. |
|
| Comments | string |
None. |
|
| CreateDate | date |
None. |
|
| CreatedBy | integer |
None. |
|
| CreatedByRoleId | integer |
None. |
|
| LeadAssignmentGuid | globally unique identifier |
None. |
|
| LeadId | integer |
None. |
|
| PhoneNumber | string |
None. |
|
| OnWorkingHour | boolean |
None. |
|
| TraineeAssociateId | integer |
None. |
|
| TrainerAssociateId | integer |
None. |
|
| CallTypeId | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"LeadCallId": 1,
"CallDate": "2026-02-03T18:27:42.1002067-08:00",
"CallStatusTypeId": 1,
"ChangeDate": "2026-02-03T18:27:42.1002067-08:00",
"ChangedBy": 1,
"ChangedByRoleId": 1,
"Comments": "sample string 3",
"CreateDate": "2026-02-03T18:27:42.1002067-08:00",
"CreatedBy": 5,
"CreatedByRoleId": 1,
"LeadAssignmentGuid": "c806bf72-ddf8-4f10-a855-63a3aa66baa2",
"LeadId": 7,
"PhoneNumber": "sample string 8",
"OnWorkingHour": true,
"TraineeAssociateId": 1,
"TrainerAssociateId": 1,
"CallTypeId": 9
},
{
"LeadCallId": 1,
"CallDate": "2026-02-03T18:27:42.1002067-08:00",
"CallStatusTypeId": 1,
"ChangeDate": "2026-02-03T18:27:42.1002067-08:00",
"ChangedBy": 1,
"ChangedByRoleId": 1,
"Comments": "sample string 3",
"CreateDate": "2026-02-03T18:27:42.1002067-08:00",
"CreatedBy": 5,
"CreatedByRoleId": 1,
"LeadAssignmentGuid": "c806bf72-ddf8-4f10-a855-63a3aa66baa2",
"LeadId": 7,
"PhoneNumber": "sample string 8",
"OnWorkingHour": true,
"TraineeAssociateId": 1,
"TrainerAssociateId": 1,
"CallTypeId": 9
}
]