Skip to content

Commit

Permalink
Expand project query options
Browse files Browse the repository at this point in the history
  • Loading branch information
NickSchimek committed Aug 1, 2024
1 parent 72bd85f commit f19773f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion source/includes/customers/_projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,9 @@ min_created_at | Query projects created after the specified date time.
max_created_at | Query projects created before the specified date time.
min_updated_at | Query projects updated after the specified date time.
max_updated_at | Query projects updated before the specified date time.
stage | Filter projects returned by stage
active | (true/false) returns projects in an active stage when true; otherwise returns projects in non-active stages
stage | Filter projects by stage (a single stage name or a comma separated list - param is ignored when active param is present)
query | Filter by project name, custom_id, city, clients company name, clients first or last name

**Note**: You can pass a date or a date time to the timestamp queries. For example:
`2023-7-28` or `2023-7-28 15:33:33 -700` or `2023-7-28T15:33:33-700`. The time defaults to
Expand Down

0 comments on commit f19773f

Please sign in to comment.