Skip to main content
GET
/
activities
/
{activityId}
/
detail
Gets activity details by ID.
curl --request GET \
  --url https://api.leadping.ai/activities/{activityId}/detail
{
  "activityCategory": "<string>",
  "conversationId": "<string>",
  "leadId": "<string>",
  "user": {
    "id": "<string>",
    "name": "<string>"
  },
  "summary": "<string>",
  "direction": "<string>",
  "status": {},
  "id": "<string>",
  "createdAt": "2023-11-07T05:31:56Z",
  "modifiedAt": "2023-11-07T05:31:56Z"
}

Documentation Index

Fetch the complete documentation index at: https://leadping.ai/docs/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

activityId
string
required

The ID of the activity.

Response

Activity details were successfully retrieved.

API response containing activity detail data returned to callers.

activityType
enum<string>

Defines the supported Activity Type values.

Available options:
Message,
Sms,
Mms,
Call,
Voicemail,
Note,
LeadCreated,
LeadUpdated,
Notification,
Payment
activityCategory
string

The activity category value for this activity detail.

conversationId
string | null

The conversation ID associated with this activity detail.

leadId
string | null

The lead ID associated with this activity detail.

user
object
summary
string | null

The summary value for this activity detail.

direction
string | null

The direction value for this activity detail.

status
id
string
createdAt
string<date-time>
modifiedAt
string<date-time> | null