POST Admin/Get_Reqs?Ticket={Ticket}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| Ticket | string |
Required |
Body Parameters
Params_Get_Request_Report| Name | Description | Type | Additional information |
|---|---|---|---|
| REQUEST_ID | integer |
None. |
Request Formats
application/json, text/json
Sample:
{
"REQUEST_ID": 1
}
application/x-www-form-urlencoded
Sample:
Response Information
Resource Description
Result_Get_Request_Report| Name | Description | Type | Additional information |
|---|---|---|---|
| File_Path | string |
None. |
|
| File_Name | string |
None. |
|
| ExceptionMsg | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"File_Path": "sample string 1",
"File_Name": "sample string 2",
"ExceptionMsg": "sample string 3"
}