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": 4612, "detail": "whLvcAjDOsXVzYibwoAD" }
- account_info¶
- Object Properties:
{ "account_id": "f7d5dfe5-4238-47ba-8987-0741869b30cc", "email": "ecoleman@example.org", "organization_name": "{organization_name object}", "status": false }
- account_stats¶
- Object Properties:
{ "list_count": 5556, "face_attribute_count": 6637, "face_count": 3422 }
- account¶
- Object Properties:
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "e64c1516-ba0b-4219-9390-803de84afeab", "email": "leejennifer@example.org", "organization_name": "{organization_name object}", "status": true }, "stats": { "list_count": 7526, "face_attribute_count": 6324, "face_count": 7751 } }
- luna_list¶
- Object Properties:
{ "list_id": "1170ad52-f0da-440e-8172-db0734fc1a0e", "account_id": "e6bb1643-4979-444b-b696-cb09a36a2c24", "user_data": "elliottsamuel", "count_object_in_list": 2574, "last_update_time": "2013-03-21T06:54:13" }