PandaIDX

API Docs

Get Contact Activity

Paginated activity feed for a specific contact — notes created, messages sent, property likes, saved searches, and more. Separate endpoint for performance since activity data can be large.

GET/v1/contacts/:contactId/activity

Authentication

OAuthAuthorization: Bearer

Requires OAuth access token (scope: contacts)

Query Parameters

contactIdstring
required

Contact ID (URL path parameter)

pagenumber
optional

Page number (default: 1)

limitnumber
optional

Results per page (max 50, default: 20)

typesstring
optional

Comma-separated activity types to filter (e.g., NOTE_CREATED,MESSAGE_SENT)

sincestring
optional

ISO 8601 timestamp. Only activities after this date

Responses

200Success
application/json
totalnumber

Total matching activities

pagenumber

Current page number

limitnumber

Results per page

activityarray

Array of activity objects