Changelog#
2026-05-14#
[Feature] Improved Update Sheet Content and SheetUpdate documentation
- Spreadsheets
Expanded the Update Sheet Content endpoint description to clarify that “one update field per request” refers to one top-level field, not one operation. Each top-level field accepts an array of operations, allowing many changes in a single request. Added a wrong-approach vs. right-approach comparison and highlighted the 60 req/min workspace-wide rate limit. Added cross-links to the new Spreadsheet Data Guide from both the endpoint and the SheetUpdate schema.
Helpful Links:
Update sheet content - Learn how to batch sheet update operations efficiently.
Spreadsheet Data Guide - Comprehensive guide to reading and writing spreadsheet data.
2026-05-04#
[Feature] Improved rate limit feedback for file operations
- Files
File copy, import, and export endpoints now return more actionable information when you hit a rate or concurrency limit. Responses include a
Retry-Afterheader so you know exactly how long to wait, and concurrency limit errors now surface a clearconcurrent_operations_exceededcode with a descriptive message. These improvements make it easier to build resilient integrations that gracefully handle throttling.
2026-04-23#
[Feature] Added Chinese & Formal Chinese list sequence support
- Documents
- Presentations
- Spreadsheets
We’ve updated our list sequence to include the
chinese&formal chinesetype, which allows for more flexible list formatting options.
2026-04-21#
[Bug Fix] Remove baselineShift from FormatCells
- Spreadsheets
The baselineShift property has been removed from the FormatCells schema. This property was never functional for cell-level formatting and belongs exclusively to the FormatText schema, where it continues to be supported.
2026-04-09#
[Breaking] Fix incorrect scope check for revoking roles
- Roles
- Memberships
While auditing our specification we discovered we had the wrong scope applied to the revokeWorkspaceMembershipRoles endpoint. This endpoint should have required the
organization:writeandscim|wscopes. This change rectifies this bug. If you are encountering a missing scope error, please add theorganization:writescope to your API Grant.Helpful Links:
Revoke roles for a Workspace Membership - Learn how to revoke roles for a workspace membership.
2026-03-26#
[Feature] LLM-friendly documentation now available via /llms.txt
We’ve added /llms.txt support to the Workiva Developer Portal, making our API documentation easily accessible to large language models and AI-powered tools. Each API version has its own llms.txt file with a complete page listing, including support for the Chains and Wdata APIs.Helpful Links:
Workiva Developer Portal llms.txt - View the root llms.txt file for all Workiva API versions.
2022-01-01 llms.txt - LLM-friendly documentation for the 2022-01-01 API version.
Chains API llms.txt - LLM-friendly documentation for the OneCloud Chains API.
Wdata API llms.txt - LLM-friendly documentation for the Wdata Preparation API.
2026-03-17#
[Feature] Added Enclosed list sequence
- Documents
- Presentations
- Spreadsheets
We’ve updated our list sequence to include the
enclosedtype, which allows for more flexible list formatting options.
2026-02-24#
[Information] Prototype documentation restored
We’ve reintroduced prototype endpoint documentation to support you in upgrading to our newer API versions. As prototype endpoints are now deprecated, we want to ensure you have easy access to all the documentation you need for a smooth transition.
2026-02-12#
[Information] API Version 2022-01-01 now deprecated
As we continue to enhance your developer experience, this API version (2022-01-01) is now deprecated in favor of our newer, more powerful 2026-01-01 version.What this means for you:
All endpoints in this version will continue to work, as expected, until their sunset dates.
Generally-available endpoints will sunset on January 31, 2029, giving you plenty of time to upgrade
Prototype endpoints will sunset on January 31, 2027
Note: This deprecation does not affect Wdata or Chains APIs.
Helpful Links:
2026-02-11#
[Bug Fix] Removed unsupported
clearValueFormatStylesfield from Update Sheet requests
clearValueFormatStylesis not a supported field inApplyFormatsandSheetUpdateClearFormatsschemas requests and was incorrectly documented in the API specification. If you were previously using this field to clear value format styles from cells, please note that providing this field in your requests had no effect. Please use 2026-01-01 or later versions of the API to clear value format styles from cells. We apologize for any confusion this may have caused and thank you for your understanding.
2026-02-02#
[Information] Prototype documentation removed from site navigation
Prototype endpoints are no longer displayed in the API documentation navigation menu. These endpoints are still fully functional and any bookmarked pages or direct links will continue to work.[Feature] Error responses now include API version
We’re making it easier for you to debug and troubleshoot your API integrations by including a helpful version field that shows exactly which API version was in use when an issue occurred. This enhancement gives you the context you need to quickly identify and resolve problems.
2026-01-01#
[Feature] Changelog introduced
Workiva is excited to introduce changelogs for this API version. From now on, you’ll find detailed documentation about API changes right here. We are committed to keeping you informed and making your integrations go as smoothly as possible. Thank you for building with us.