<?xml version='1.0' encoding='utf-8'?>
<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0">
  <channel>
    <title>Workiva API Changelog - 2026-01-01</title>
    <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html</link>
    <atom:link href="https://developers.workiva.com/2026-01-01/changelog.xml" rel="self" type="application/rss+xml" />
    <description>Recent changes to the 2026-01-01 Workiva API.</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>[Bug Fix] Remove baselineShift from FormatCells</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-21</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-21-0</guid>
      <pubDate>Tue, 21 Apr 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;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.&lt;/p&gt;&lt;p&gt;Categories: Spreadsheets&lt;/p&gt;</description>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Breaking] Fix incorrect scope check for revoking roles</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-09</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-09-0</guid>
      <pubDate>Thu, 09 Apr 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;While auditing our specification we discovered we had the wrong scope
applied to the revokeWorkspaceMembershipRoles endpoint. This endpoint
should have required the `organization:write` scope. This change
rectifies this bug. If you are encountering a missing scope error,
please add the `organization:write` scope to your API Grant.&lt;/p&gt;&lt;p&gt;Categories: Roles, Memberships&lt;/p&gt;</description>
      <category>Roles</category>
      <category>Memberships</category>
    </item>
    <item>
      <title>[Feature] Additional table structure options for table edits</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-03</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-04-03-0</guid>
      <pubDate>Fri, 03 Apr 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The `TableEdit` request body for initiating a table edit
(`POST /content/tables/{tableId}/edit`) now includes
additional edit operations: autofit columns or rows,
hide and unhide columns or rows, resize columns or rows, and
merge and unmerge cells. These complement the existing insert, delete,
and move row and column operations.&lt;/p&gt;&lt;p&gt;Categories: Content&lt;/p&gt;</description>
      <category>Content</category>
    </item>
    <item>
      <title>[Feature] Diagonal borders support in spreadsheet endpoints</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27-0</guid>
      <pubDate>Fri, 27 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The get sheet data and sheet update Spreadsheets API endpoints now support retrieving and setting
diagonal borders.&lt;/p&gt;&lt;p&gt;Categories: Spreadsheets&lt;/p&gt;</description>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Feature] Diagonal borders support in content endpoints</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27-1</guid>
      <pubDate>Fri, 27 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The get table cells and batch cells edit endpoints now support retrieving and setting 
diagonal borders.&lt;/p&gt;&lt;p&gt;Categories: Content&lt;/p&gt;</description>
      <category>Content</category>
    </item>
    <item>
      <title>[Feature] Operation location in async response body</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27-2</guid>
      <pubDate>Fri, 27 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;All endpoints that return a 202 Accepted response now include a JSON
response body with an `operationLocation` field. This field contains
the URL to poll for the asynchronous operation result, making it
easier to find alongside the existing `Location` response header.
Endpoints that already returned a response body (such as file import)
now also include this field alongside their existing properties.&lt;/p&gt;&lt;p&gt;Categories: Operations&lt;/p&gt;</description>
      <category>Operations</category>
    </item>
    <item>
      <title>[Bug Fix] Remove maxItems constraint from metric.tags in OAS</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-27-3</guid>
      <pubDate>Fri, 27 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;Currently, the OpenAPI Specification (OAS) enforces a hardcoded limit 
of 20 tags per metric via the maxItems property. However, tag limits 
are now dynamically managed server-side on a per-workspace basis. 
The static validation in the OAS is causing conflicts for workspaces
with higher custom limits. We need to remove this artificial constraint 
to allow the serveCurrently, the OpenAPI Specification (OAS) enforces a
hardcoded limit of 20 tags per metric via the maxItems property. However,
tag limits are now dynamically managed server-side on a per-workspace basis.&lt;/p&gt;&lt;p&gt;Categories: Sustainability&lt;/p&gt;</description>
      <category>Sustainability</category>
    </item>
    <item>
      <title>[Feature] LLM-friendly documentation now available via /llms.txt</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-26</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-26-0</guid>
      <pubDate>Thu, 26 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;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.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Expanded document, spreadsheet, and table properties</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-18</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-18-0</guid>
      <pubDate>Wed, 18 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;Document and spreadsheet resources now include a `properties` field
containing configuration and setup details:
  - **Documents**: page layout, page margins, background color, page
    border, line numbers type, print bleed, and table formats (resize
    rows to fit).
  - **Spreadsheets**: table formats (resize rows to fit).
These properties can also be updated via PATCH operations on the
respective document and spreadsheet endpoints.

Additionally, table properties now include `alternateRowFills` and
`printArea` fields.&lt;/p&gt;&lt;p&gt;Categories: Documents, Spreadsheets, Content&lt;/p&gt;</description>
      <category>Documents</category>
      <category>Spreadsheets</category>
      <category>Content</category>
    </item>
    <item>
      <title>[Feature] Added Enclosed list sequence</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-17</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-17-0</guid>
      <pubDate>Tue, 17 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve updated our list sequence to include the `enclosed` type,
which allows for more flexible list formatting options.&lt;/p&gt;&lt;p&gt;Categories: Documents, Presentations, Spreadsheets&lt;/p&gt;</description>
      <category>Documents</category>
      <category>Presentations</category>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Bug Fix] The container field on the File schema is no longer readOnly</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-16</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-16-0</guid>
      <pubDate>Mon, 16 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The `container` field within the `File` schema is no longer marked as `readOnly`. This was previously incorrect since it is possible to specify the container when creating a file.
- Files&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Added Distributed Horizontal &amp; Vertical Alignment</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-16</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-16-1</guid>
      <pubDate>Mon, 16 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve enhanced our alignment options for document sections and spreadsheet
cells by adding support for distributed horizontal and vertical alignment.
These new alignment types allow you to evenly distribute content across a
section or cell range, providing more control over the layout and
presentation of your documents and spreadsheets.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Added support for specifying the name of the copied files</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-13</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-13-0</guid>
      <pubDate>Fri, 13 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;When using the file copy endpoint, you can now specify a `destinationName` in the options to set the name of the copied file. If you don&amp;#x27;t provide a `destinationName`, the default behavior will be used.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Added Workiva kind to export file by id endpoint</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-05</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-03-05-0</guid>
      <pubDate>Thu, 05 Mar 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;You can now export Workiva files in their original format
using the export file by ID endpoint. Your file will be delivered as a
convenient tar.gz archive, preserving all Workiva-specific formatting and
functionality. This gives you greater flexibility in how you work with
your Workiva content.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Retrieve tables from documents and presentations</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-26</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-26-0</guid>
      <pubDate>Thu, 26 Feb 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;You can now retrieve the collection of tables within a document or
presentation using the new endpoints:
  - `GET /documents/{documentId}/tables`
  - `GET /presentations/{presentationId}/tables`
These endpoints return all tables along with their names, indices, and
parent content references.&lt;/p&gt;&lt;p&gt;Categories: Documents, Presentations&lt;/p&gt;</description>
      <category>Documents</category>
      <category>Presentations</category>
    </item>
    <item>
      <title>[Feature] Added useDashesForZeros field in ValueFormat schema</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-11</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-11-0</guid>
      <pubDate>Wed, 11 Feb 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve updated the documentation with the `useDashesForZeros` field in the
ValueFormat schema to clarify that this field only applies when the
`valueFormatType` is set to `NUMBER`. This change ensures that developers
have accurate information about how to use this formatting option effectively.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Feature] Error responses now include API version</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-02</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-02-02-0</guid>
      <pubDate>Mon, 02 Feb 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;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.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Bug Fix] Explicly marked RangeValues items as nullable</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-29</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-29-0</guid>
      <pubDate>Thu, 29 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The `items` property within the `values` array of the RangeValues schema
has been explicitly marked as `nullable: true`. This change clarifies that
individual cell values within the rows can be null, which preserves whatever
value is currently in the cell.&lt;/p&gt;&lt;p&gt;Categories: Spreadsheets&lt;/p&gt;</description>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Feature] Changelog introduced</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-0</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;Workiva is excited to introduce changelogs for this API version. From
now on, you&amp;#x27;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.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Breaking] Path simplification</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-1</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve streamlined all API paths by removing the following prefixes:
  - `/platform/v1/`
  - `/admin/v1/`
  - `/prototype/platform/`
  - `/prototype/admin/`
  - `/iam/v1/`
Previously, these segments indicated different API versions. With our
new date-based versioning system, we&amp;#x27;ve unified paths for improved
clarity and consistency.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Breaking] Prototype endpoints promoted or removed</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-2</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve promoted select prototype functionality to general availability in
the 2026-01-01 version. Other prototype endpoints have been removed as
part of our commitment to API quality and stability. Moving forward,
we&amp;#x27;ll create Preview versions of the Public API for new features with
the intention of promoting them to the stable version after thorough
testing and feedback. Existing prototype endpoints remain in the
2022-01-01 version for backward compatibility.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Breaking] Legacy spreadsheets endpoints retired</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-3</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve retired all endpoints under the /spreadsheets/v1 path in favor of
our improved spreadsheet management endpoints. Please migrate to the
endpoints that were previously under the /platform/v1/spreadsheets path
for enhanced functionality and performance.&lt;/p&gt;&lt;p&gt;Categories: Spreadsheets&lt;/p&gt;</description>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Breaking] Synchronous CSV export endpoint replaced with async alternative</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-4</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The `GET /platform/v1/graph/reports/{reportId}/csv` endpoint has been
replaced with our asynchronous CSV export endpoint which has been
available in the 2022-01-01 version for several years. This async endpoint
provides significantly better performance for large reports and is
available in the 2026-01-01 version as well.&lt;/p&gt;&lt;p&gt;Categories: Graph&lt;/p&gt;</description>
      <category>Graph</category>
    </item>
    <item>
      <title>[Breaking] Standardized URL patterns without trailing slashes</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-5</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve standardized our URL patterns for improved consistency. The API no
longer accepts paths with trailing slashes (e.g., `/documents/`) and will
return a 404 error. Please use paths without trailing slashes (e.g.,
`/documents`). This change improves routing consistency and aligns with
REST best practices.&lt;/p&gt;</description>
    </item>
    <item>
      <title>[Breaking] Enhanced security for OrgReportUsers endpoint</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-6</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve strengthened security by requiring the `organization:read` scope
for the OrgReportUsers endpoint. Please ensure your API grant includes
this scope in order to use this endpoint.&lt;/p&gt;&lt;p&gt;Categories: Reports&lt;/p&gt;</description>
      <category>Reports</category>
    </item>
    <item>
      <title>[Breaking] Improved user retrieval with workspace memberships endpoint</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-7</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;The `GET /platform/v1/users` endpoint has been replaced with our
workspace memberships endpoint, which provides enhanced filtering and
better organization of user data.&lt;/p&gt;&lt;p&gt;Categories: Users&lt;/p&gt;</description>
      <category>Users</category>
    </item>
    <item>
      <title>[Breaking] Transitioned to PATCH operations for Section and Sheet updates</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-8</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve modernized our update operations by transitioning from PUT to PATCH
for the following endpoints:
  - /documents/{documentId}/sections/{sectionId}
  - /spreadsheets/{spreadsheetId}/sheets/{sheetId}
PATCH operations enable partial updates and provide more explicit control
over changes, improving developer experience.&lt;/p&gt;&lt;p&gt;Categories: Documents, Spreadsheets&lt;/p&gt;</description>
      <category>Documents</category>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Breaking] Async PATCH endpoints for Documents and Spreadsheets</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-9</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;PATCH operations on sections and sheets now execute asynchronously for
improved performance and reliability. These endpoints return an operation
reference in the Location header that you can poll to monitor update
status.&lt;/p&gt;&lt;p&gt;Categories: Documents, Spreadsheets&lt;/p&gt;</description>
      <category>Documents</category>
      <category>Spreadsheets</category>
    </item>
    <item>
      <title>[Breaking] Removed Support for ‘name contains’ filter on `GET /files` endpoint</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-10</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve removed the &amp;#x27;name contains&amp;#x27; filter on our `GET /files` endpoint
to improve performance with large datasets. Please use the available
filtering options for efficient file retrieval.&lt;/p&gt;&lt;p&gt;Categories: Files&lt;/p&gt;</description>
      <category>Files</category>
    </item>
    <item>
      <title>[Feature] Comprehensive Organization and Workspace management APIs</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-11</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;re pleased to announce a comprehensive suite of APIs for managing
users, organizations, and workspaces within the Workiva Platform. These
endpoints enable you to automate critical workflows including:
  - Creating and managing workspaces
  - Managing workspace memberships
  - Creating and administering groups
  - Provisioning and managing organization users
  - Assigning, listing, and revoking roles for users and memberships
  - Retrieving lists of groups, users, roles, memberships, workspaces, and organizations
Please note: These endpoints use UUIDs as Role IDs for improved consistency.&lt;/p&gt;&lt;p&gt;Categories: Organizations, Workspaces, Users, Memberships, Groups, Roles&lt;/p&gt;</description>
      <category>Organizations</category>
      <category>Workspaces</category>
      <category>Users</category>
      <category>Memberships</category>
      <category>Groups</category>
      <category>Roles</category>
    </item>
    <item>
      <title>[Feature] Comprehensive file management capabilities</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-12</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve introduced a powerful suite of endpoints for comprehensive file
management. You can now:
  - Retrieve, import, and export non-Workiva file types (PDF, PNG, CSV,
    and more), which Workiva calls &amp;quot;Supporting Documents&amp;quot;
  - Manage file permissions
  - Move files to trash and restore them as needed
  - Retrieve lists of trashed files for audit and recovery purposes&lt;/p&gt;&lt;p&gt;Categories: Files&lt;/p&gt;</description>
      <category>Files</category>
    </item>
    <item>
      <title>[Feature] Permissions management</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-13</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We&amp;#x27;ve introduced dedicated endpoints for comprehensive permissions
management. You can now retrieve, assign, modify, and remove permissions
for files programmatically, providing fine-grained access control for
your integrations.&lt;/p&gt;&lt;p&gt;Categories: Permissions&lt;/p&gt;</description>
      <category>Permissions</category>
    </item>
    <item>
      <title>[Breaking] Tasking updates</title>
      <link>https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01</link>
      <guid isPermaLink="false">https://developers.workiva.com/2026-01-01/CHANGELOG.html#changelog-2026-01-01-14</guid>
      <pubDate>Thu, 01 Jan 2026 12:00:00 -0000</pubDate>
      <description>&lt;p&gt;We have updated the Tasks endpoints with some breaking and additive changes that improves how a Task is managed.
These improvements were made to enable seamless Task Management,
most notably when used in conjunction with Sustainability endpoints.
The changes are listed below:
  - A Task can now have multiple Assignees. Previously, a Task could only have a single Assignee.
  - ApprovalSteps have been added to a Task to facilitate the approval process.
  - We have added the Submit a Task action via the /task/{taskId}/actionSubmission endpoint.&lt;/p&gt;&lt;p&gt;Categories: Tasks&lt;/p&gt;</description>
      <category>Tasks</category>
    </item>
  </channel>
</rss>