Get User Pages
Get a user's visited pages.
The User Pages file contains a series of all the pages that the user has visited, including the raw event data recorded on each page.
Additional Information
Query Parameters
uid string required
The application-specific ID you've given to the user. You will have passed that ID through the FS.identify Browser API function.
Responses
200
A file named UserPagesExport.json
GET /api/v1/export/userPages
Authorization: ApiKeyAuth
name: Authorizationin: headertype: apiKey
https://export.fullstory.com/api/v1/export/userPages
- cURL
- Python
- Go
- Javascript
curl -L -X GET 'https://export.fullstory.com/api/v1/export/userPages' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://export.fullstory.com/api/v1/export/userPages' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://export.fullstory.com/api/v1/export/userPages' \
-H 'Authorization: Basic <API_KEY_VALUE>'
curl -L -X GET 'https://export.fullstory.com/api/v1/export/userPages' \
-H 'Authorization: Basic <API_KEY_VALUE>'