Documentation of aiohttp-handlers¶
Common jsons¶
- server_error¶
- Object Properties:
error_code (integer) – inner error code, for more info about errors go to Service errors.
detail (string) – error description
{ "error_code": 2006, "detail": "yexdgojPTTCehNhJLfsm" }
- account_info¶
- Object Properties:
{ "account_id": "7fa840da-b969-4ef5-99df-3390abd12417", "email": "ebrown@example.net", "organization_name": "{organization_name object}", "status": false }
- account_stats¶
- Object Properties:
{ "list_count": 8459, "face_attribute_count": 9545, "face_count": 3980 }
- account¶
- Object Properties:
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "e318914e-c871-4d4b-b621-9bbfffd79a72", "email": "imorrison@example.net", "organization_name": "{organization_name object}", "status": true }, "stats": { "list_count": 9192, "face_attribute_count": 1674, "face_count": 650 } }
- luna_list¶
- Object Properties:
{ "list_id": "bbff510e-da29-4d74-8004-1ecff71578d5", "account_id": "b95c34a7-74ca-4a29-93c5-c3b6b47ce7eb", "user_data": "robinsonandrew", "count_object_in_list": 4242, "last_update_time": "1994-11-09T20:36:28" }