Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 950 Bytes

VisitorsGetResponse.md

File metadata and controls

14 lines (10 loc) · 950 Bytes

VisitorsGetResponse

Pagination-related fields lastTimestamp and paginationKey are included if you use a pagination parameter like limit or before and there is more data available on the next page.

Properties

Name Type Description Notes
visitor_id str
visits list[Visit]
last_timestamp int ⚠️ Deprecated paging attribute, please use paginationKey instead. Timestamp of the last visit in the current page of results. [optional]
pagination_key str Request ID of the last visit in the current page of results. Use this value in the following request as the paginationKey parameter to get the next page of results. [optional]

[Back to Model list] [Back to API list] [Back to README]