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": 9880, "detail": "ipZCBXiUeYoEFizHLAya" }
- account_info¶
- Object Properties:
{ "account_id": "0bca5c34-b5ce-4088-9776-b9a5abfd9727", "email": "pbarrera@example.com", "organization_name": "{organization_name object}", "status": true }
- account_stats¶
- Object Properties:
{ "list_count": 9017, "face_attribute_count": 4564, "face_count": 7208 }
- account¶
- Object Properties:
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "c1e11a62-14f2-4b44-842b-ce42240655f7", "email": "sloanchristopher@example.org", "organization_name": "{organization_name object}", "status": true }, "stats": { "list_count": 5377, "face_attribute_count": 2002, "face_count": 3081 } }
- luna_list¶
- Object Properties:
{ "list_id": "e20c5caa-1475-4547-9b27-18d1955c1753", "account_id": "88eeb51e-f8ef-4454-be45-26348552e12f", "user_data": "jordanrichards", "count_object_in_list": 3476, "last_update_time": "1996-07-04T15:01:22" }