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>