User Tools

Site Tools


api:pbx:recording:followup

API : PBX : Recording Follow Up

Request

This request is used to mark/unmark a recording for follow up.

URL https://api.telecomx.dk/pbx/recording/RECORDING_ID/followup
Method GET
Access level PERSONAL, VIEWER, MANAGER, OWNER, RESELLER or ADMIN. PERSONAL may only access own recordings.
Params RECORDING_ID String Id of recording to set follow up on.
Query followup Boolean True to mark recording for follow up.
followupnote String [optional] Optional note.

Query examples

https://api.telecomx.dk/pbx/recording/1234578901234567890ABCD?followup=true&followupnote=contract%20discussion
https://api.telecomx.dk/pbx/recording/1234578901234567890ABCD?followup=false

Response

JSON object
success Boolean True on success

Example

{
  "success": true
}

Errors

Error code Message Description
404 calls No ongoing calls found
403 access_denied Insufficient access level
500 internal_error <Unspecified>
api/pbx/recording/followup.txt · Last modified: 2021/06/22 08:59 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki