2026-06-09 Rate limit timestamp format
- Fixed a small error in the timestamp format used in the 429 error response. It now uses the standard RFC 3339/ISO 8601 format (e.g. 2024-10-30T12:53:54.412Z instead of 2024-10-30 12:53:54.412Z).
We have added filters on retrieving Projects in an Account. This means that you can specify if you want to retrieve "all", "active" or "deleted" projects in your account in the GET /api/v3/account/projects endpoint.
Nested locations provide a hierarchical tree structure to represent the structure or layout of a construction project.
Multiple versions of a Floorplan are called "Sheets" and can now be exported with one API call.
We are changing the TemplateCheckList response to not nest a TemplateCheckItem array. Prior to Fieldwire-Version: 2021-04-15, TemplateCheckList entity nested TemplateCheckItems in the response.
We are changing the Floorplans response to not nest a Sheets array. Prior to Fieldwire-Version: 2021-03-30, Floorplans entity nested Sheets in the response.