POST api/Lead/GetRecentActivitiesForLeads

Request Information

URI Parameters

None.

Body Parameters

RecentActivitySearchDTO
NameDescriptionTypeAdditional information
LeadIds

Collection of integer

None.

LeadAssigmentGuids

Collection of globally unique identifier

None.

AssociateId

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "LeadIds": [
    1,
    2
  ],
  "LeadAssigmentGuids": [
    "6bb6023e-228c-437d-9d66-92c17ac5c5fa",
    "e4a2baa9-a891-4c67-a441-05789edb2893"
  ],
  "AssociateId": 1
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of LeadRecentActivityDTO
NameDescriptionTypeAdditional information
ActivityName

string

None.

ActivityDate

date

None.

ActivityTime

date

None.

ActivityCategory

string

None.

ActivityById

integer

None.

ActivityByName

string

None.

ActivityComment

string

None.

AppointmentType

AppointmentTypeEnum

None.

CallStatus

CallStatusTypeEnum

None.

PhoneNumber

string

None.

LeadId

integer

None.

IsMira

boolean

None.

ActivityDescription

string

None.

ActivityHeading

string

None.

AppointmentDate

date

None.

HasDateTimePreference

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "ActivityName": "sample string 1",
    "ActivityDate": "2025-10-14T03:09:39.1889213-07:00",
    "ActivityTime": "2025-10-14T03:09:39.1889213-07:00",
    "ActivityCategory": "sample string 2",
    "ActivityById": 3,
    "ActivityByName": "sample string 4",
    "ActivityComment": "sample string 5",
    "AppointmentType": 1,
    "CallStatus": 1,
    "PhoneNumber": "sample string 6",
    "LeadId": 1,
    "IsMira": true,
    "ActivityDescription": "sample string 8",
    "ActivityHeading": "sample string 9",
    "AppointmentDate": "2025-10-14T03:09:39.1889213-07:00",
    "HasDateTimePreference": true
  },
  {
    "ActivityName": "sample string 1",
    "ActivityDate": "2025-10-14T03:09:39.1889213-07:00",
    "ActivityTime": "2025-10-14T03:09:39.1889213-07:00",
    "ActivityCategory": "sample string 2",
    "ActivityById": 3,
    "ActivityByName": "sample string 4",
    "ActivityComment": "sample string 5",
    "AppointmentType": 1,
    "CallStatus": 1,
    "PhoneNumber": "sample string 6",
    "LeadId": 1,
    "IsMira": true,
    "ActivityDescription": "sample string 8",
    "ActivityHeading": "sample string 9",
    "AppointmentDate": "2025-10-14T03:09:39.1889213-07:00",
    "HasDateTimePreference": true
  }
]