POST v1/application/report/list
WEB - APPLICATION REPORT LIST.
Request Information
URI Parameters
None.
Body Parameters
AdminUserReportListRequestModelName | Description | Type | Additional information |
---|---|---|---|
page_number | integer |
None. |
|
page_length | integer |
None. |
|
user_company_id |
Company UID of the active user |
string |
Required Data type: Text |
user_id |
User ID (GUID) |
string |
Required Data type: Text |
user_signature |
MD5 hash signature for the active user to validate the request |
string |
Required Data type: Text |
Request Format
application/json, text/json
Sample:
{ "page_number": 1, "page_length": 2, "user_company_id": "sample string 3", "user_id": "sample string 4", "user_signature": "sample string 5" }
Response Information
Resource Description
WEB - APPLICATION REPORT LIST.
BaseMetaResultModelOfAdminUserReportListResponseModelName | Description | Type | Additional information |
---|---|---|---|
response | AdminUserReportListResponseModel |
None. |
|
meta |
Basic meta information for the operation result |
MetaModel |
None. |
Response Format
application/json, text/json
Sample:
{ "response": { "total_count": 1, "list": [ { "report_id": 1, "report_user_id": 1, "report_user_uid": "sample string 2", "report_user_name": "sample string 3", "report_user_phone": "sample string 4", "report_report": "sample string 5", "report_date_time": "2024-11-25T22:47:37.2617086+03:00", "report_resonded": true }, { "report_id": 1, "report_user_id": 1, "report_user_uid": "sample string 2", "report_user_name": "sample string 3", "report_user_phone": "sample string 4", "report_report": "sample string 5", "report_date_time": "2024-11-25T22:47:37.2617086+03:00", "report_resonded": true } ], "user_company_id": "sample string 2", "user_id": "sample string 3", "user_signature": "sample string 4" }, "meta": { "status_code": 1, "status_message": "sample string 2" } }