Get quote analytics
Retrieve view tracking analytics for a quote
Path parameters
Quote ID
Headers
Your API credentials. Eg. Basic {credentials}.
Use this header to select an API version
Response
OK
Example response
{
"totalViews": 42,
"uniqueViewers": [
{
"visitorIdentifier": "0190dae7-7228-7619-aad8-c51f56733b2b",
"lastViewedAt": "2024-01-07T10:30:00Z",
"loginType": "SEQUENCE_USER",
"email": "johndoe@example.com"
}
],
"viewsByDay": [
{
"date": "2024-01-07",
"totalViews": 15
}
]
}Changes
Changed in 1 of the 714 revisions of this API.211
- ▲
the
uniqueViewers/items/lastViewedAtresponse's property type/format changed fromstring/date-timetostring/for status200response-property-type-changed
- ▲
the
viewsByDay/items/dateresponse's property type/format changed fromstring/datetostring/for status200response-property-type-changed
- ●
deleted the
headerrequest parameterSequence-Versionrequest-parameter-removed
- ○
added the new optional
headerrequest parametersequence-versionnew-optional-request-parameter
This revision also has 5 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ▲