Versionupgrade Module GraphQL APIs

This wiki is to capture the versionupgrade module provided GraphQL APIs.

 

Please find below list of APIs supported by Versionupgrade module.

Versionupgrade module APIs are useful to upgrade pbx from 15 to 16.

 

 

 

upgradepbx15to16

 

upgradepbx15to16 Freepbx/PBXact system.

 

API Name  upgradepbx15to16 API.

 

API Parameters : none

 

Query Parameters 

status message id

 

API Request 

mutation {   upgradepbx15to16(input: {}) {     message     status     transaction_id   } }

 

API Respose 

{   "data": {     "upgradepbx15to16": {       "message": "Pbx 15 to 16 upgrade process is started. Kindly check the fetchApiStatus api with the transaction id.",       "status": true,       "transaction_id": "21"     }   } }

Return to Documentation Home I Return to Sangoma Support