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": 791, "detail": "YOutZQlSSvQLRlddKmhp" }
- account_info¶
- Object Properties
{ "account_id": "d6232873-1258-4bca-beae-ae5e4fb5932b", "email": "jennifer01@example.org", "organization_name": "{organization_name object}", "status": true }
- account_stats¶
- Object Properties
{ "list_count": 7832, "face_attribute_count": 4826, "face_count": 1531 }
- account¶
- Object Properties
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "6310a297-c015-4f11-849d-c2750aac1f59", "email": "whoffman@example.com", "organization_name": "{organization_name object}", "status": false }, "stats": { "list_count": 1547, "face_attribute_count": 3350, "face_count": 9946 } }
- luna_list¶
- Object Properties
{ "list_id": "0b5572fa-12a9-4224-b9e2-2e9f4edb752a", "account_id": "5b48ec2d-21c7-4c36-9769-3a061ef05e7d", "user_data": "gwashington", "count_object_in_list": 389, "last_update_time": "2009-12-17T04:26:13" }