VoIP:OpenAPI:Missing Features: Difference between revisions
From VTX Public Wiki
(Add call log subscription by domain) |
Marc Leurent (talk | contribs) (Add PRESENCE Push Notification by user and domain) |
||
Line 8: | Line 8: | ||
!'''Possible URLs''' |
!'''Possible URLs''' |
||
!'''Feature Description''' |
!'''Feature Description''' |
||
!'''Why it is needed''' |
|||
!'''Status''' |
!'''Status''' |
||
!'''Comment''' |
!'''Comment''' |
||
Line 14: | Line 15: | ||
|/openapi/v1/domains/{domainId}/users/list |
|/openapi/v1/domains/{domainId}/users/list |
||
|Be able to list all subscribers/numbers belonging to an enterprise to implement a dynamic listing |
|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 |
|NOT PLANNED |
||
|For the time being, info need to be statically entered |
|For the time being, info need to be statically entered |
||
Line 22: | Line 24: | ||
/openapi/v1/users/{userLogin}/presence |
/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 ) |
|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 |
|IMPLEMENTATION ONGOING |
||
|In version 7.8+ of the platform, all features should work with names and/or IDs |
|In version 7.8+ of the platform, all features should work with names and/or IDs |
||
Line 29: | Line 32: | ||
/openapi/v1/users/search |
/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 |
|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 |
|NOT PLANNED |
||
|To get it, please open ticket to support that will ask opsvoip to provide it |
|To get it, please open ticket to support that will ask opsvoip to provide it |
||
Line 34: | Line 38: | ||
|'''CALL_LOG Subscription by domain''' |
|'''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 creared |
|||
|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 |
|||
|DOC MISSING OR NOT IMPLEMENTED ? |
|||
|Pretty sure it is implemented for subscriber but need to find the syntax |
|||
|} |
|} |
Revision as of 13:14, 4 November 2024
- 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 creared | 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 | DOC MISSING OR NOT IMPLEMENTED ? | Pretty sure it is implemented for subscriber but need to find the syntax |