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": 603, "detail": "QYXPLtDUZbfivWaScrkb" }
- account_info¶
- Object Properties:
{ "account_id": "72db844f-fa7c-43bd-b055-0ee6746d308c", "email": "jessicacosta@example.net", "organization_name": "{organization_name object}", "status": true }
- account_stats¶
- Object Properties:
{ "list_count": 6295, "face_attribute_count": 828, "face_count": 3365 }
- account¶
- Object Properties:
info (
account_info
) – account infostats (
account_stats
) – account stats
{ "info": { "account_id": "c04ec6b9-b0f3-4681-8ddc-65cb78203f56", "email": "erik40@example.net", "organization_name": "{organization_name object}", "status": true }, "stats": { "list_count": 6559, "face_attribute_count": 5378, "face_count": 6670 } }
- luna_list¶
- Object Properties:
{ "list_id": "a1868ce1-a1f6-4d9c-b0bd-e173baf12aa4", "account_id": "61e60860-d5a1-41fe-8407-1b510863f71d", "user_data": "tbenson", "count_object_in_list": 8020, "last_update_time": "1995-10-31T17:35:15" }