added

Adding /custom_key_dates GET endpoints

Added a new GET endpoint /custom_key_dates for directly accessing key dates that have been set up by the agency:

  • GET /custom_key_dates will index all of the key dates that have been set up by your agency
  • GET /custom_key_dates/:key_date_id will return a specific key date by ID

You can filter based on any combination of the following fields:

  • created_after
  • created_before
  • updated_after
  • updated_before
  • date_after
  • date_before
  • key_date_name
  • key_date_slug