Jump to content

API getaccountcodedata

From Wiki 7Kas

7Kas VoIP REST API function. Available to: SuperRoot, Operator.

Description

Returns full account profile rows (view_voip_users_api) for the caller's accounts. Operators/SuperRoot only.

Call

GET  …/7Kas?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:9080/7Kas?func=getaccountcodedata&ukey=OPKEY&accountcodeid=123

Response

FillRecords2JSON records (account profile columns).


Back to API VoIP · ▶ Try it live · Profiles: API profile SuperRoot, API profile Operator