GET

Gets the details for one reply template.

URL:

https://<ServerIP>:<Port>/ccp-webapp/ccp/template/reply/<ID Variables>

HTTPS method:

GET

Example XML response:

<Template>
    <changeStamp>0</changeStamp>
    <name>My Reply Template 1</name>
    <refURL>
    http://[Server]:[Port]/ccp-webapp/ccp/template/reply/10020
    </refURL>
    <systemDefined>false</systemDefined>
    <templateURL>https://example.com/templates/1</templateURL>
</Template>

Parameters:

See Reply Template API Parameters.