Return all the projects the user can accessAsk AIget https://client-api.{region}.fieldwire.com/api/v3/projectsQuery Paramslast_synced_atdate-timeTimestamp since when further updates should be includedfilters[created_at_gte]stringFilter on created_at field being greater than or equal to the passed in valuefilters[created_at_gt]stringFilter on created_at field being greater than the passed in valuefilters[created_at_lte]stringFilter on created_at field being less than or equal to the passed in valuefilters[created_at_lt]stringFilter on created_at field being less than to the passed in valuefilters[name_like]stringFilter on name field being like passed in valuefilters[name_eq]stringFilter on name field being equal to passed in value, allows for filtering with a array of valuesfilters[updated_at_gte]stringFilter on updated_at field being greater than or equal to the passed in valuefilters[updated_at_gt]stringFilter on updated_at field being greater than the passed in valuefilters[updated_at_lte]stringFilter on updated_at field being less than or equal to the passed in valuefilters[updated_at_lt]stringFilter on updated_at field being less than to the passed in valuefilters[project_attribute_name_like]stringFilter on project_attribute_name field being like passed in valuefilters[project_attribute_name_eq]stringFilter on project_attribute_name field being equal to passed in value, allows for filtering with a array of valuesfilters[code_eq]stringFilter on code field being equal to passed in value, allows for filtering with a array of valuesfilters[project_user_id_eq]stringFilter on project_user_id field being equal to the passed in value, allows for filtering with a array of valuesfilters[account_owner_id_eq]stringFilter on account_owner_id field being equal to the passed in value, allows for filtering with a array of valuesfilters[archived_eq]stringFilter on archived field being equal to passed in valueHeadersFieldwire-FilterstringenumSpecifies if request should include active, deleted or all (default) entitiesactivedeletedAllowed:activedeletedFieldwire-Per-Pageinteger≤ 1000Specifies the number of entities to include in the requestFieldwire-VersiondaterequiredSpecifies the version of the API to talk toResponse 200Successful responseUpdated 7 months ago