Assignment Query Params around created_at, updated_at fields

The Assignment read endpoints now support 6 new query params that filter based on the created_at or updated_at field on the assignment record.

  • created_at
  • created_after
  • created_before
  • updated_at
  • updated_after
  • updated_before

Learn more by checking out our documentation.