Code development platform for open source projects from the European Union institutions 🔵 EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content

Add in_force & date range filters to RAG API

“filter”: {

     {"key": "in_force", "value": "true" },

     {"key": "date", "value": ["gte:yyyy-mm-dd"]}

  }

Date filter accepts YYYY, YYYY-MM and YYYY-MM-DD formats.