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": 8928, "detail": "osdJKamjqdCGwRSTsCmH" }
- account_info¶
- Object Properties:
{ "account_id": "540f22d6-85d2-4b63-885f-a70e4bf8b1a4", "email": "wendygarrett@example.net", "organization_name": "{organization_name object}", "status": false }
- account_stats¶
- Object Properties:
{ "list_count": 1721, "face_attribute_count": 5924, "face_count": 9310 }
- account¶
- Object Properties:
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "415b250d-23d9-4c2b-a19b-d71a74e06eb5", "email": "wilsontimothy@example.org", "organization_name": "{organization_name object}", "status": false }, "stats": { "list_count": 5379, "face_attribute_count": 2875, "face_count": 2333 } }
- luna_list¶
- Object Properties:
{ "list_id": "2658de50-a3d6-4e95-aa7a-cd24076c821e", "account_id": "7d734c72-bfc2-4381-997d-114c7152c86d", "user_data": "smithchad", "count_object_in_list": 1897, "last_update_time": "1970-05-29T16:46:19" }