User tests: Successful: 0 Unsuccessful: 0
Adds two new filter options to the articles list endpoint. The new modified_start
and modified_end
filters do allow to fetch articles which are modified within a date range. This is a common use case in API's, as it allows consumers to fetch only the delta which has changed since the last sync and not always the full list of articles. The following example fetches only articles which are edited within February 2025:
GET /api/index.php/v1/content/articles?filter[modified_start]=2025-02-01&filter[modified_start]=2025-02-28
Use tools like postman to execute the following curl command against the joomla installation with the patch:
curl -g "https://{web site}/api/index.php/v1/content/articles?filter[modified_start]=2025-02-01&filter[modified_start]=2025-02-28" -H "Authorization: Bearer {your token}"
All articles are returned.
Only the article which was modified after the first February is returned.
Please select:
Documentation link for docs.joomla.org:
No documentation changes for docs.joomla.org needed
Pull Request link for manual.joomla.org:
No documentation changes for manual.joomla.org needed
Status | New | ⇒ | Pending |
Category | ⇒ | Administration com_content JavaScript Unit Tests |
Labels |
Added:
Unit/System Tests
PR-5.3-dev
|
Title |
|
Labels |
Added:
Webservices
|
I have tested this item ✅ successfully on 2493253
Thanks to @alikon's and @richard67's help, I was able to successfully test this via Postman!
Status | Pending | ⇒ | Ready to Commit |
RTC
I have tested this item ✅ successfully on 2493253
Tested with local Joomla 5.3-dev on macOS
Labels |
Added:
RTC
|
Title |
|
Labels |
Added:
Feature
PR-6.0-dev
Removed: PR-5.3-dev |
Category | Administration com_content JavaScript Unit Tests | ⇒ | Administration com_content com_users JavaScript Repository NPM Change External Library Composer Change Front End Plugins Unit Tests |
Status | Ready to Commit | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2025-03-24 23:09:33 |
Closed_By | ⇒ | softforge | |
Labels |
Added:
Composer Dependency Changed
NPM Resource Changed
|
I have tested this item ✅ successfully on 2493253
This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/45142.