Back to all

Breaking changes in API / issue specifying version?

We recently identified changes in the response structure from the submittals endpoint.

We previously dealt with the following fields:

  • submitted_at
  • responded_at

These are no longer in the response and now appear to map to:

  • submission_received_at
  • response_received_at

Incidentally the current documentation still references responded_at in the docstring for response_time.

We're setting the Fieldwire-Version header to 2025-10-22 based on the versioning documentation, but that doesn't appear to resolve to the version of the API we were working with at that point. Is there something else we need to do to use a specific version?

I'm aware you offer a changelog, but the last log is from Jan 2023. Presumably there have been changes to the API since then, so it appears this no longer provides updates. Is that the same feed you offer through the developer mailing list? How would a developer learn of deprecations and EOL for API functionality?