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
01 | < contextmaps > |
02 | < languages > |
03 | < language >{text}</ language > |
04 | </ languages > |
05 | < contextmap default = "false" exists = "true" > |
06 | < id >{text}</ id > |
07 | < description >{text}</ description > |
08 | < language >{text}</ language > |
09 | </ contextmap > |
10 | </ contextmaps > |