Retrieve the details about a specific alert recording.
HTTP GET
GET /api/2013-12-01/Alerts/[Agency ID]/recordings/[Recording ID]
Example Request
$ curl -G https://[Site Name].readyop.com/api/2013-12-01/Alerts/[Agency ID]/recordings/[Recording ID] \
-u "[API Account ID]:[API Token]"
Request Result
{
"code": 0,
"status": 200,
"detail": "Success",
"timestamp": "2018-10-11T15:43:52+00:00",
"recording": [
{
"Recording ID": 123,
"Name": "Test Voice",
"Duration": 1,
"User ID": 1,
"Created": 1402324559,
"Status": "Active",
"File": {
"Name": "64.wav",
"Data": "UklGRj6MAABXQVZF..."
}
}
]
}