TuCloudAPI getaccountcodedata: Difference between revisions
Appearance
TuCloudAPI reference (generated from func=help) |
TuCloudAPI reference: product name -> FuturePBX (API surface unchanged); regenerated from func=help |
||
| Line 1: | Line 1: | ||
''TuCloudAPI function to manage | ''TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: '''SuperRoot, Operator'''.'' | ||
== Description == | == Description == | ||
Latest revision as of 14:14, 3 August 2026
TuCloudAPI function to manage FuturePBX (the cloud PBX). Available to: SuperRoot, Operator.
Description
Returns full account profile rows (view_voip_users_api) for the caller's accounts. Operators/SuperRoot only.
Call
GET https://tucloudapi.7kas.com:9087/tucloud?func=getaccountcodedata&ukey=YOUR_KEY
Requires the ukey parameter.
Parameters
| Parameter | Type | Required | Default | Meaning |
|---|---|---|---|---|
accountcodeid |
integer | No | — | Filter by account id. Omit for all. |
limit |
integer | No | 1000 |
Max rows. |
offset |
integer | No | 0 |
Pagination offset. |
Example
https://api.7kas.com:9087/tucloud?func=getaccountcodedata&ukey=OPKEY&accountcodeid=123
Response
FillRecords2JSON records (account profile columns).
Back to TuCloudAPI