GET Prompt Files Path

HTTPS Method

GET

URI

https://<server>/adminapi/files/prompts

Example URI

https://uccx-server/adminapi/files/prompts

Accept

Application/XML, Application/JSON

HTTPS Success Code

200

HTTPS Failure Codes

401, 403, 405, 500

Error Codes

Success Response

<?xml version="1.0" encoding="UTF-8"?>
<Prompts>
    <Prompt>
        <Path>/en_US/Admin_SpokenName.wav</Path>
    </Prompt>
    <Prompt>
        <Path>/en_US/name_cancelled.wav</Path>
    </Prompt>
    <Prompt>
        <Path>/en_AU/Admin_SpokenName.wav</Path>
    </Prompt>
    <Prompt>
        <Path>/en/name_cancelled.wav</Path>
    </Prompt>
</Prompts>