Add filter by signature date at listing endpoint #3623
Labels
feature-request
New feature request
good first issue
Good for newcomers
php
Pull requests that update Php code
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:
#3599
Don't worry about frontend, will be refactored by:
to-do
composer openapi
to update endpoint documentationcomposer cs:fix
to apply PHP linterThe text was updated successfully, but these errors were encountered: