HomeGuidesAPI Reference
ChangelogHelp CenterCommunityContact Us
API Reference
These docs are for a deprecated API version. Click here to use the latest version.

Returns a batched timeline of all events for a person.

Path Params
string
required
Defaults to PERSON_ID
Query Params
string

Either a 10-digit Unix timestamp (UTC) to use as starting datetime, OR a pagination token obtained from the next attribute of a prior API call. For backwards compatibility, UUIDs will continue to be supported for a limited time. Defaults to current time.

integer
1 to 100
Defaults to 50

Number of events to return in a batch. Default = 50, Max = 100

string
Defaults to desc

Sort order to apply to timeline, either descending or ascending. Valid values are desc or asc. Defaults to desc. Always descending when since is not sent, as since defaults to current time.

Response

Language
Credentials