This request will set all phones into open for registration mode.
| URL | https://api.telecomx.dk/pbx/sipphone/open | |
|---|---|---|
| Method | GET | |
| Access level | MANAGER, OWNER if user belongs to the customer. RESELLER if customer belongs to the reseller. ADMIN. |
|
https://api.telecomx.dk/pbx/sipphone/open
| JSON object | ||
|---|---|---|
| success | Boolean | True on success. |
| count | Number | Number of phones that was set to open. |
{ success: true, count: 10 }
| Error code | Message | Description |
|---|---|---|
| 403 | access_denied | Insufficient access level |
| 500 | internal_error | <Unspecified> |