contexts (GET)
Overview
- REST Method: GET
- Method Access: public
Query Parameters
Name | Type | Description |
contextid | string? | |
description | string? |
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
<contexts> <context> <id>{text}</id> <description>{text}</description> </context> ... </contexts>