VoIP:OpenAPI:Missing Features
From VTX Public Wiki
- Problematic: List here is ongoing known missing features on OpenAPI and what we are working on.
- Information: If there is an additional OpenAPI feature that you would see implemented, please contact our support with this page as reference and your feature request details and motivation
Feature Name | Possible URLs | Feature Description | Why it is needed | Status | Comment |
---|---|---|---|---|---|
List Numbers on the Enterprise | /openapi/v1/domains/{domainId}/users/list | Be able to list all subscribers/numbers belonging to an enterprise to implement a dynamic listing | To be able to implement something dynamic that does not need updates each time a new user is added or removed | NOT PLANNED | For the time being, info need to be statically entered
and updated when a new coworker comes in or out... |
Some OpenAPI features are only working on userIds and not on loginNames | /openapi/v1/users/{userLogin}/feat
/openapi/v1/users/{userLogin}/presence |
Some user openapi features are only working when using userIDs that you cannot get, cannot guess and cannot list ( cf previous point ) | Because it is impossible to get the ID of a user from openapi !! | IMPLEMENTATION ONGOING | In version 7.8+ of the platform, all features should work with names and/or IDs |
Get ID from a userName | /openapi/v1/users/{userLogin}
/openapi/v1/users/search |
Usually list of numbers are known, but not their ID, and there is no feature to get ID from the number listing, "VTX OPSVOIP" team can extract it in the meantime | Because it is impossible to get the ID of a user from openapi !! | NOT PLANNED | To get it, please open ticket to support that will ask opsvoip to provide it |
CALL_LOG Subscription by domain | Like for features, be able to subscriber on a full centrex at once | Not to have to manually add any new centrex number each time a new one is created | DOC MISSING OR NOT IMPLEMENTED ? | ||
PRESENCE Push Notification by user and domain | Get a push notification when presence status is changing | To be able to trigger actions when starting or ending a call
Because Dirty workaround is to poll the status every 10s that will add a lot of load on the platform |
DOC MISSING OR NOT IMPLEMENTED ? | Pretty sure it is implemented for subscriber but need to find the syntax |