Query
GET https://{{domain}}/api/v5/objects/visitor-page-views?fields=id,url,title,createdAt,visitorId,campaignId,visitId,durationInSeconds,salesforceId
Request Params
Key | Datatype | Required | Description |
---|
fields | string | | (required) VisitorPageView fields to return |
limit | number | | integer - the number of records to return. This value must be between 1 and 1000, inclusive. Default value is 200. |
nextPageToken | string | | the server provided value to retrieve the next page |
id | null | | Optional Integer Filter - filters the result by the id field |
idGreaterThan | null | | Optional Integer Filter - filters the result by the id field |
idGreaterThanOrEqualTo | null | | Optional Integer Filter - filters the result by the id field |
idLessThan | null | | Optional Integer Filter - filters the result by the id field |
idLessThanOrEqualTo | null | | Optional Integer Filter - filters the result by the id field |
createdAt | string | | Optional DateTime Filter using createdAt field |
createdAtBefore | string | | Optional DateTime Filter using createdAt field |
createdAtBeforeOrEqualTo | string | | Optional DateTime Filter using createdAt field |
createdAtAfter | string | | Optional DateTime Filter using createdAt field |
createdAtAfterOrEqualTo | string | | Optional DateTime Filter using createdAt field |
visitorId | null | | Optional Integer Filter - filters the result by the visitorId field |
visitorIdGreaterThan | null | | Optional Integer Filter - filters the result by the visitorId field |
visitorIdGreaterThanOrEqualTo | null | | Optional Integer Filter - filters the result by the visitorId field |
visitorIdLessThan | null | | Optional Integer Filter - filters the result by the visitorId field |
visitorIdLessThanOrEqualTo | null | | Optional Integer Filter - filters the result by the visitorId field |
visitId | null | | Optional Integer Filter - filters the result by the visitId field |
visitIdGreaterThan | null | | Optional Integer Filter - filters the result by the visitId field |
visitIdGreaterThanOrEqualTo | null | | Optional Integer Filter - filters the result by the visitId field |
visitIdLessThan | null | | Optional Integer Filter - filters the result by the visitId field |
visitIdLessThanOrEqualTo | null | | Optional Integer Filter - filters the result by the visitId field |
orderBy | string | | string - Order Results By: id, createdAt, visitorId, visitId |
Key | Datatype | Required | Description |
---|
Pardot-Business-Unit-Id | string | | |
If-Modified-Since | string | | |