Training
For clients
Загружается...
The resource enables you to collect data about a manager clients.
The resource is available only for users with type manager.
Return a list of all manager clients.
Request example:
GET /api/v3/manager/clients.json
Response example:
{ "count": 1, "items": [ { "access_type": "full_access", "status": "active", "agency": { "id": 1007892, "username": 'test-target-6@mail.ru', }, "user": { "account": { "id": 17668, "balance": 3000, "a_balance": 0, "type": "physical", "currency_balance_hold": 300, }, "additional_emails": ['test@mail.ru'], "additional_info": { "name": "Kurt Cobain", "email": "test@example.com", "phone": "89153724330", "address": "", "client_info": "Note", "client_name": "Kurt Cobain", }, "id": 17668, "status": "active", "username": "Ivan Smit", }, }, ... ], "limit": 20, "offset": 0 }
Additional GET parameters:
The following GET parameters enable you to filter data:
Request example:
GET /api/v3/manager/clients.json?limit=50&offset=100&_user__username__in=Kurt Cobain,Ivan Smit