TuCloudAPI getaccountcodedata
Appearance
TuCloudAPI function to manage tucloud (PBX) services. 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