Project Query Params added around created_at, updated_at fields
12 months ago by Riley Winter
The Project read endpoints now support 6 new query params that filter based on the created_at or updated_at field on the project record.
- created_at
- created_after
- created_before
- updated_at
- updated_after
- updated_before
Learn more by checking out our documentation.