Get all spec_uploads in projectAsk AIget https://client-api.{region}.fieldwire.com/api/v3/projects/{project_id}/spec_uploadsPath Paramsproject_iduuidrequiredID of the project this entity belongs toQuery Paramslast_synced_atdate-timeTimestamp since when further updates should be includedfilters[status_eq]stringFilter on status field being equal to passed in value, allows for filtering with a array of valuesfilters[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 valueHeadersFieldwire-VersiondaterequiredSpecifies the version of the API to talk toFieldwire-FilterstringenumSpecifies if request should include active, deleted or all (default) entitiesactivedeletedAllowed:activedeletedFieldwire-Per-Pageinteger≤ 1000Specifies the number of entities to include in the requestResponse 200Successful responseUpdated 7 months ago