GET api/Lead/GetLeadReportForMobile?associateContractId={associateContractId}&roleInfo={roleInfo}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| associateContractId | integer |
Required |
|
| roleInfo | string |
Default value is |
Body Parameters
None.
Response Information
Resource Description
Collection of LeadReportDTO| Name | Description | Type | Additional information |
|---|---|---|---|
| IsTotalRow | boolean |
None. |
|
| AgencyId | integer |
None. |
|
| AssociateId | integer |
None. |
|
| AssociateContractId | integer |
None. |
|
| AssociateName | string |
None. |
|
| IsLeafNode | boolean |
None. |
|
| RoleInfo | string |
None. |
|
| RoleId | integer |
None. |
|
| Leads | Collection of LeadReportLeadDTO |
None. |
|
| LeadSummary | Dictionary of string [key] and integer [value] |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IsTotalRow": true,
"AgencyId": 2,
"AssociateId": 3,
"AssociateContractId": 4,
"AssociateName": "sample string 5",
"IsLeafNode": true,
"RoleInfo": "sample string 7",
"RoleId": 8,
"Leads": [
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:29:42.6677491-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
},
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:29:42.6677491-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
}
],
"LeadSummary": {
"List Lead": 2,
"Response Card": 0,
"POS": 0,
"Referral": 0,
"Senior Response Card": 0,
"Pro POS": 0
}
},
{
"IsTotalRow": true,
"AgencyId": 2,
"AssociateId": 3,
"AssociateContractId": 4,
"AssociateName": "sample string 5",
"IsLeafNode": true,
"RoleInfo": "sample string 7",
"RoleId": 8,
"Leads": [
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:29:42.6677491-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
},
{
"LeadId": 1,
"LeadOriginId": 2,
"LeadOrigin": 2,
"FirstName": "sample string 3",
"LastName": "sample string 4",
"FullName": "sample string 4, sample string 3",
"City": "sample string 5",
"Group": "sample string 6",
"CallDate": "2026-02-03T18:29:42.6677491-08:00",
"CallStatusId": 8,
"CallStatus": 8,
"ALP": 9.0,
"AnH": 10.0,
"AppointmentStatus": "sample string 11",
"OutofAreaFlg": true,
"ResolutionTypeId": 13,
"ResolutionType": 13,
"LeadBankTypeId": 14,
"HasComment": true,
"HasAppointment": true,
"IsCalled": true
}
],
"LeadSummary": {
"List Lead": 2,
"Response Card": 0,
"POS": 0,
"Referral": 0,
"Senior Response Card": 0,
"Pro POS": 0
}
}
]