Writing data to a specific spreadsheet and sheet id

I keep running into a 404 - resource not found error while attempting to write data via Python to a specific spreadsheet ID and sheet ID. I'm using this endpoint:  url = f"https://api.app.wdesk.com/spreadsheets/v1/spreadsheets/{spreadsheet_id}/sh...

Hector Silva
4 |
0
403 Error with File Copy API Endpoint (Prototype)

I'm encountering an issue while trying to use the Initiate file copy API endpoint (prototype). When making the request, I'm receiving a 403 error with the message "The API token doesn't have permissions to perform the request. I've verified that ...

Karolis Jasutis
1 |
0
Retrieve and Apply Dynamic Custom Field Inputs Using Chains Answered

Hello! I am currently building a chain that aims to use APIs to copy a file in Wdesk, retrieve its custom field groups, custom fields, and custom field inputs and apply these to the copied version. I have been successful with copying the file, ret...

Talia Test All Star Idea Generator
1 |
0
Prototype Platform API - ETA for Spreadsheets Permissions Endpoints Answered

Hi, Is there an ETA for the spreadsheet permissions API endpoints to be promoted to production and be safe to use? https://developers.workiva.com/prototype-platform/prototype-spreadsheetpermissionsmodification/ Thanks    

Nico Bottini
1 |
0
401 "No valid API token provided" When Calling Prototype APIs Answered

Hello! I'm trying to call the prototype "Audits" endpoint (prototype/platform/audits) to pull a list of audits from the API. I'm doing this with an automated script, but I pulled out the bearer token into a curl to demonstrate because that's not w...

Devan Birmingham
1 |
0
Error when I execute a query using wdata API Answered

Hi, I'm sending a POST https://h.app.wdesk.com/s/wdata/prep/api/v1/queryresult with request body {     "isExplain": true,     "parameters": {         "FiscalYear": "2024"     },     "queryId": "HGHGHGHffshgasjdhasdhgjhgasd" } but query is not tak...

ERNESTO ARIEL MUNOZ
1 |
0
Create a table API JSON Body Answered

Hi, I have some questions regarding the JSON body used in the "Create a table" API call. 1. "datasetUpdated": "2019-08-24T14:15:22Z", I want to use the call to set up the column structure and define data type, I am not intend to immediately import...

Jase the Ace
1 |
0
Issue with Applying Filters on Workiva API Reports Answered

Hello, I am experiencing an issue with the Workiva API when attempting to apply filters to reports. The API works perfectly fine without filters, but I encounter errors when filters are applied. Below are the details of the APIs I am using and the...

Pranchal Gupta
5 |
0
Copy Slide API Error 404NotFound Answered

Hello! I am trying to use the Prototype Platform API to copy a slide (Copy slide (workiva.com)) and I am getting a 404NotFound Error: {"code":"404NotFound","message":"The requested resource could not be found","documentationUrl":"https://developer...

Talia Test All Star Idea Generator
4 |
0
WData API Execute Query and get results

Thanks to Jesus Bouzada's guidance, I'm able to execute a query using the API.  (Code follows) When I go to fetch the results and/or the status, it requires a `queryResultId` - how do I get that? ---- import requestsimport jsonimport osAUTH_URL = ...

Nick Ryberg All Star
2 |
0
WData Query API returns 500 Error Answered

I'm attempting to use the API with WData and getting `500` errors that aren't helpful. FWIW, API works fine with Tasks and Users api calls. Am I using the correct syntax? query_url = 'https://h.app.wdesk.com/s/wdata/prep/api/v1/query'headers = get...

Nick Ryberg All Star
7 |
0
Deletion of Datasets Answered

Hello, Is there a way to set up an automation to delete old datasets without manually doing so?  We have an API that runs 3 times daily and would like to delete the old versions of a particular table that are older than 14 days old.  Does anyone k...

Barnett Chenoweth
7 |
0
API User Group Membership Answered

We'd like to extract the user list with group membership using the API.  We're successful in pulling users, but don't see anything for groups. This works fine, but only gives the basic user details.  user_url = 'https://api.app.wdesk.com/platform/...

Nick Ryberg All Star
1 |
0
Uploading Zip files (2023)?

There were requests in old messages here about uploading zip files to wdesk and unzipping them.  Adding to that would be the ability to create any relative subfolders files in the zip in wdesk.  This would be a very useful function.   Is this doab...

Bill Wolf Idea Generator
2 |
1
API for reading the data out of documents Answered

Hello Community, Can someone share API details to read the document ( not spreadsheet) from Workliva?

Harish Chhokra
5 |
0
API Return data from a region Returning Error 404 Answered

Hello Team, I am calling API  “ Return Data From a Region” API using Postman. So basically I have a sample spreadsheet on the workspace where I have read only permissions and I am trying to read the content of the spreadsheet using Postman, so wha...

Harish Chhokra
6 |
0
OAuth secret not generating

Has anyone else had issues with generating a secret ? I went through the process today and it never got to the point where the drop down had the option to generate a secret. We followed the instructions here .  

Ryan Townshend All Star Data Management Suite
1 |
0
copying a document with its incoming connections using Platform API Answered

Hello folks, will it be possible to make a copy of document file with its incoming connection using Platform API ? has somebody explored this idea before and can share the approach ? in the documentation I can't see  any request that makes a copy ...

Fathi Bousalama
3 |
1
Help with API sample upload Answered

Hello. I am trying to upload a text file as a test sample. I have tried every version I can think of and keep getting the same 404 not found. Here is my code.  curl -v -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -H "A...

Jason Cataline
7 |
0
wdesk

Hello, I am trying to use the API token to retrieve list of tests. I use the following code to get the token which works successfully but I am not sure what I am doing wrong in supplying the token to the command.  token=`curl -X POST -H "Content-T...

Jason Cataline
2 |
0
API Calls stuck on valid Token Answered

I'm grabbing a fresh access token, and I believe that it has the correct permissions.  However when I do a `get`, it's coming back with `No valid API token provided`: url: https://api.app.wdesk.com/platform/v1/users headers:  user_headers = {  'Ac...

Nick Ryberg All Star
3 |
0
Using the API to fetch data: resourceUrl is empty Answered

Hi We are building a php script to connect/fetch data from the API. We are able to fetch a token, and use it to get the LocationURL (using Document_id & Section_id). 'https://api.eu.wdesk.com/platform/v1/documents/'.$documentid.'/export' In the re...

Koen Steenhout
2 |
0
Problem with Import a Single File API Call

Using Postman, I am able to upload a file to a Wdata table. Upon import, its status is "STAGED." I am attempting to use the Wdata API to IMPORT this file to the table. I am trying to use the "Import a single file" Wdata API endpoint that takes the...

Brett Hamilton
2 |
0
Workiva and Jira Conection Answered

Would it be possible from the Jira system to connect to Workiva? I mean if a user in the JIRA system uses an IP and a specific port that indicate the connection to Workiva, can this user make read and write requests from JIRA to Workiva having the...

Pablo Fernández Rising Star
1 |
0
Connection between Workiva and Python via API Answered

I am trying to connect workiva to python using the workiva API. I am using the following parameters: URL: Referenced by the workiva API.Data: client ID and client secret of the workiva workspace we want to connect to from python Headers. Taking in...

Pablo Fernández Rising Star
1 |
0
Get report data via API Answered

I was asked to use the api https://api.app.wdesk.com/platform/v1/graph/reports/<reportID>/csv to get the data in csv format. I logged into the WDesk, and I am seeing the report at https://app.wdesk.com/a/<workSpaceID>/report/<reportID>. I  used po...

Radha Purushothaman
1 |
0
Wdata - Best Practices Answered

Hello experts, We recently got license to Wdata and officially are planning to integrate our source system data with Wdata. We made a decision to leverage public APIs. Majority of the ETL work is done on our on-premise systems and we are looking t...

Raghav Erabelly
1 |
0
Postman Collections for IAM & Wdata APIs

The following are Postman Collections (v2.1) that can be imported into Postman for testing the Wdata API. To import, click the "Import" button in Postman and either copy and save the following Collection(s) as a .json file or import as raw text. L...

Jeff Hickey Community Champion Data Management Suite
0 |
4
Ability to set cell data type when importing via an API Answered

Hi, I am using the spreadsheets/v1/spreadsheets/{Id}/sheets/{Id}/data API to import the data to sheet from the external data source.I am setting the data in the body of the POST call in JSON format. The import is successful, but he data types are ...

Integration User - DR
3 |
0