Skip to main content
NICE CXone Expert
Expert Success Center

pages/{pageid}/ratings (POST)

Overview

Rate the quality of a page

  • REST Method: POST
  • Method Access: public

Uri Parameters

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

Query Parameters

Name Type Description
redirects int? If zero, do not follow page redirects.
score int A '0' or '1' respectively indicating a poor or good rating. A value of '' will reset a rating.
authenticate bool? Force authentication for request (default: false)

Return Codes

Name Value Description
OK 200 The request completed successfully
Bad Request 400 Invalid input parameter
Forbidden 403 READ access to the page is required
Not Found 404 Requested page could not be found
  • Was this article helpful?