VoIP:OpenAPI:Missing Features: Difference between revisions

From VTX Public Wiki

(Add missing OpenAPI feature)
 
(Add call log subscription by domain)
 
Line 6: Line 6:
|+'''OpenAPI Missing Features - or Under Development'''
|+'''OpenAPI Missing Features - or Under Development'''
!'''Feature Name'''
!'''Feature Name'''
!'''Possible URLs'''
!'''Feature Description'''
!'''Feature Description'''
!'''Status'''
!'''Status'''
Line 11: Line 12:
|-
|-
|'''List Numbers on the Enterprise'''
|'''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
|Be able to list all subscribers/numbers belonging to an enterprise to implement a dynamic listing
|NOT PLANNED
|NOT PLANNED
Line 17: Line 19:
|-
|-
|'''Some OpenAPI features are only working on userIds and not on loginNames'''
|'''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 )
|Some user openapi features are only working when using userIDs that you cannot get, cannot guess and cannot list ( cf previous point )
|IMPLEMENTATION ONGOING
|IMPLEMENTATION ONGOING
Line 22: Line 26:
|-
|-
|'''Get ID from a userName'''
|'''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
|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
|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
|-
|'''CALL_LOG Subscription by domain'''
|
|
|
|
|}
|}

Latest revision as of 13:35, 16 October 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
OpenAPI Missing Features - or Under Development
Feature Name Possible URLs Feature Description 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 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 ) 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 NOT PLANNED To get it, please open ticket to support that will ask opsvoip to provide it
CALL_LOG Subscription by domain