I am using API endpoint https://h.eu.wdesk.com/s/wdata/prep/api/v1/table Where I am trying to create a new table. My SCOPES in Workiva are: data_tables|w,task:read,task:write,file:read,file:write,activity:read,data_tables|r All I get back is the ...
On January 26, we are releasing a significant upgrade to our public API and launching a new, long-term API versioning policy to ensure stability, reliability, and continuous innovation. API release and new versioning policy On January 26, 2026, a...
This FAQ addresses common questions regarding the transition and upgrade process from the 2022-01-01 version of the Workiva Platform APIs to the upcoming 2026-01-01 version. General Information What is changing in the Workiva Platform APIs? The 20...
I need to automate monthly backups of key spreadsheets for audit and compliance. The goal is to automatically create a full copy (snapshot) of a spreadsheet each month—before any new data is added—using either Chains or the Workiva API. I have sea...
Hello! I am writing a script that attempts to lock a single sheet within a spreadsheet using the Partially update a single sheet API. Here is the chunk of code I am using to replace the lock value: patch_body = [ { "op": "rep...