api:pbx:recording:followuplive
Table of Contents
API : PBX : Recording Follow Up Live
Request
This request is used to mark/unmark a recording for follow up while the call is ongoing.
This will mark all ongoing calls the employee has - so it is best to ensure that employee is only on 1 call when invoking this.
| URL | https://api.telecomx.dk/pbx/recording/followup | ||
|---|---|---|---|
| Method | GET | ||
| Access level | PERSONAL, VIEWER, MANAGER, OWNER, RESELLER or ADMIN. PERSONAL may only access own recordings. | ||
| Query | followup | Boolean | True to mark recording for follow up. |
| followupnote | String | [optional] Optional note. |
|
Query examples
https://api.telecomx.dk/pbx/recording/followup?followup=true¬e=contract%20discussion https://api.telecomx.dk/pbx/recording/followup?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/followuplive.txt · Last modified: 2025/01/28 13:59 by Per Møller