ietf-tools / datatracker

The day-to-day front-end to the IETF database for people who work on IETF standards.
https://datatracker.ietf.org
BSD 3-Clause "New" or "Revised" License
534 stars 314 forks source link

API can't search meetings by date updated #3272

Open ietf-svn-bot opened 3 years ago

ietf-svn-bot commented 3 years ago

type_defect | by csp@csperkins.org


The /api/v1/meeting/meeting/ API endpoint has an updated field, but doesn't allow retrieval of records based on that value:

$ curl -s "https://datatracker.ietf.org/api/v1/meeting/meeting/?updated__gt=2021-05-05T00:00:00"
{"error": "The 'updated' field is not a valid field name"}
$

The API would be more usable, and our tooling could generate less load on the tracker, if it were possible to only find updated meetings.


Issue migrated from trac:3272 at 2022-03-04 08:39:21 +0000

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed priority from n/a to medium

ietf-svn-bot commented 3 years ago

@rjsparks@nostrum.com changed status from new to accepted