Closed vitormattos closed 1 week ago
Add two more query string to filter by signature date:
When the begin will be greater than the defined date and end less than.
Consider as date format: YYYY-MM-DD
Don't consider the time, only use the date.
At API side, the end date should have the suffix 23:59:59 and the begin the suffix 00:00:00.
Route to be changed: GET: /api/{apiVersion}/file/list
GET: /api/{apiVersion}/file/list
Fallback of: https://github.com/LibreSign/libresign/pull/3599
Don't worry about frontend, will be refactored by:
to-do
composer openapi
composer cs:fix
I have added this feature to the new release.
Add two more query string to filter by signature date:
When the begin will be greater than the defined date and end less than.
Consider as date format: YYYY-MM-DD
Don't consider the time, only use the date.
At API side, the end date should have the suffix 23:59:59 and the begin the suffix 00:00:00.
Route to be changed:
GET: /api/{apiVersion}/file/list
Fallback of: https://github.com/LibreSign/libresign/pull/3599
Don't worry about frontend, will be refactored by:
to-do
composer openapi
to update endpoint documentationcomposer cs:fix
to apply PHP linter