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...
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...
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...
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...
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 ...