-
Getting Invalid CORS request with DB api
I am trying to access the database api, but am getting an Invalid CORS request on any call I try to make. I created a new app to connect to the API and am using OAuth. It says it is connected, but I am getting the Invalid CORS request even in the in the Wrike API Docs when I try the calls there. I am not familiar with what…
-
Programatic Access to App Configurations
I can't seem to locate an information about an API for the application configurations themselves. Have I missed something or does this not yet exist? Is there any intention of doing this? Use case is I'd like to be able to configure the OAuth callback URLs dynamically as a part of an application stack's IaC (more or less).…
-
API Expiration - Usage
We access Wrike through a customer account. I am working on a integration with QuickBase for our project management tool. I have that piece done but I am using my API key in the calls which is posting my name to all of the entires. I need this to come from the actual person logged into QB and updating Wrike. It appears…
-
Webhook and X-Hook-Sercret
Hi. I have a webhook api and I like it to be authenticated against. I have sent a secret parameter to WebHook and Wrike has called my Webhook. { "HttpHeaders": { "Connection": "keep-alive", "Host": "otava-cloudtestcrossplat-agent.frendsapp.com", "User-Agent": "Apache-HttpAsyncClient/4.1.5 (Java/21.0.7)", "Content-Type":…
-
How to create Views via the API?
We'd like to setup separate client facing and internal views (Gantt charts) for Projects. We're going to be creating a separate project for each client, and would like to programatically create the client facing and internal views with default filters configured. What are the best ways to accomplish this?