Skip to main content
NICE CXone Expert

We will be updating our infrastructure on Dec 2, 2023. Sites will be down starting at 8pm Pacific time. This may last up to 3 hours.

Expert Success Center

events/page-hierarchy/{pageid} (GET)

Overview

Get site history summary

  • REST Method: GET
  • Method Access: public

Uri Parameters

Name Type Description
pageid string either an integer page ID, "home", or "=" followed by a double uri-encoded page title

Query Parameters

Name Type Description
limit int? The maximum number results that we want to retrieve (default: 25, max: 1000)
include string? Comma separated list of entity details to include. Can include 'page', 'user', 'group', 'file', and 'request'
upto string? The most recent timestamp to retrieve (format: uuid, default: now)

Return Codes

Name Value Description
OK 200 The request completed successfully
Bad Request 400 Invalid input parameter
Forbidden 403 A seated user with SUBSCRIBE permissions is required
  • Was this article helpful?