This repository was archived by the owner on Aug 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
API.Routes.DoneDatRead
Mestre-Tramador edited this page Sep 9, 2022
·
1 revision
/dump/:id
Read a stored .done.dat file content.
| Path | Value | Description |
|---|---|---|
| :id | number |
The numeric ID of the .done.dat file being read. |
{
"customers_quantity": 29,
"sellers_quantity": 12,
"most_expensive_sale_id": 885,
"worst_seller": "Adriano Borba"
}Following the model of a Done Dat file, it describes the quantity of sellers and customers, also the most expensive sale's ID and the worst seller name, in other words the one with the minor profit of all.
{
"error": "File not found"
}If there is no file with the given ID, then this error is returned.
Exper-Dat-Reader is licensed under the GNU GENERAL PUBLIC LICENSE Version 3.
If you'd like to contribute, please read our Contribution Guidelines.