User Tools

Site Tools


api:pbx:callvariable:list

API : PBX : Call variable list

Introduction

This request will return a list of all the variables on an ongoing call.

Request

URL https://api.telecomx.dk/pbx/callvariable/CALL_ID
Method GET
Access level PERSONAL, VIEWER, MANAGER, OWNER, RESELLER, ADMIN.
Params CALL_ID Id of call.

Query examples

https://api.telecomx.dk/pbx/callvariable/pbx4.telecomx.dk:45455544.43

Response

Array of JSON objects.

JSON object
name String Name of variable
value String Value of variable

Example

[
  {
    name: 'onduty',
    value: '203'
  },
  {
    ...
  }
]

Errors

Error code Message Description
403 access_denied Insufficient access level
404 not_found Call not found
500 internal_error <Unspecified>
api/pbx/callvariable/list.txt · Last modified: 2020/08/10 12:57 by Per Møller

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki