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. |
|
https://api.telecomx.dk/pbx/recording/1234578901234567890ABCD?followup=true&followupnote=contract%20discussion https://api.telecomx.dk/pbx/recording/1234578901234567890ABCD?followup=false
| JSON object | ||
|---|---|---|
| success | Boolean | True on success |
{ "success": true }
| Error code | Message | Description |
|---|---|---|
| 404 | calls | No ongoing calls found |
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |