/reports/data/small_file_report_details
Gets details about the small file report.
Request
GET http://unravel-host
:3000/api/v1/reports/data/small_file_report_details
Path parameters
None.
Query parameters
None.
Response body
Name | Type | Description |
---|---|---|
[no name] | array | JSON structure containing details about the small file report. |
Examples
Request:
curl -X GET "http://myserver.com:3000/api/v1/reports/data/small_file_report_details" -H "accept: application/json" -H "Authorization: JWT token
"