Get Predefined Response
This API retrieves a predefined response from the system.
URL: |
https://<ServerIP>:<Port>/ccp-webapp/ccp/predefinedResponse/<id> |
HTTPS method: |
GET |
Example XML response (plain text predefined response): |
|
Example XML response (HTML predefined response): |
|
Elements: |
title : a short summary of the response. text : the text of the response. If the text is HTML, the content is XML-encoded contentType: the type of text included in the response. type
(optional): the type of the template. This can have two
values:
groups : the list of groups associated with the response. id : contains the GUID identifying a predefined response. |
HTTPS response headers: |
200 OK 404 Not found For more information, see HTTPS responses. |