Skip to main content
NICE CXone Expert

We will be closed on Thursday November 28th & Friday November 29th due to the Thanksgiving Holiday

Expert Success Center

contextmaps (GET)

Overview

 

  • REST Method: GET
  • Method Access: public

Query Parameters

Name Type Description
contextid string?  
mapped bool?  
language string?  
verbose bool? return verbose page information (default: false)
languagesonly bool?  

Return Codes

Name Value Description
OK 200 The request completed successfully
Bad Request 400 Invalid input parameter or request body
Forbidden 403 Read access to the page is required
Not Found 404 The requested page could not be found

Message Format

Output

<contextmaps>
	<languages>
		<language>{text}</language>
	</languages>
	<contextmap default="false" exists="true">
		<id>{text}</id>
		<description>{text}</description>
		<language>{text}</language>
	</contextmap>
</contextmaps>

 

  • Was this article helpful?