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": 4005, "detail": "twwtSzWhPUECPJdftypY" }
- account_info¶
- Object Properties
{ "account_id": "20c235bd-7b61-439e-b1ed-4ccdf7e1bd09", "email": "gabrielle72@example.net", "organization_name": "{organization_name object}", "status": true }
- account_stats¶
- Object Properties
{ "list_count": 3636, "face_attribute_count": 9148, "face_count": 1270 }
- account¶
- Object Properties
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "b2e0b6e9-935d-479f-83f4-8651f2bb2cbd", "email": "michaelherrera@example.net", "organization_name": "{organization_name object}", "status": true }, "stats": { "list_count": 7179, "face_attribute_count": 8146, "face_count": 1031 } }
- luna_list¶
- Object Properties
{ "list_id": "f0b9e638-6ad9-4149-9a57-f2c94b190b59", "account_id": "4bb66835-be2c-4a82-ba69-6268040dcd00", "user_data": "blakedavis", "count_object_in_list": 22, "last_update_time": "1997-02-15T06:40:24" }