-
Is there a way to list the custom fields "Added to" a space?
I'm trying to share and reuse fields across spaces. I have set them up via the GUI. When I list custom fields for my space, I can see they "Belong to" Space A, and have been "Added to" Space A and Space B. But if I try to list the fields in Space B via the API, they don't show up. Is there a way to get the custom-fields…
-
filter and searchQuery on DataHub api calls
I am hoping someone can give me a list of operations that are accepted in the filter parameter of a call to the DataHub API. The example shows equals and isNotEmpty, what are the others? Also is there any examples of what can be used in the searchQuery parameter? Is it possible to search for more than one attribute? Is…
-
Add followers to a project through the API
It would be really nice if there was a way to add people as followers to a project through the API. Currently, you can only share a project with people via the API.
-
Is there a way to get Permalinks via the API
As the title asks, is there a way to generate permalinks to wrike projects via the API?
-
Custom field IDs
When a custom field is moved from the space to the account level does that change the custom field ID?
-
How do I set the Start date and Due date on a folder?
Looking at the wrike API, I don't see a way to set the startDate and dueDate fields on the folder update endpoint. There's not `dates` object like there is for tasks. Is there a way to manually set these values via the API?
-
Does wrike's OAuth 2.0 auth support PKCE
Looking at the OAuth documentation https://developers.wrike.com/docs/oauth-20-authorization, I don't see any mention of code_challenge or code_challenge_method parameters on the /oauth2/authorize/v4 endpoint. Does Wrike currently support PKCE (RFC 7636) on the OAuth 2.0 authorization flow? If not, is it on the roadmap? For…
-
Attachment Markup and Comments
Is there an API endpoint that allows me to retrieve the markup and associated comments made on an image attachment? If not, is there plan to add that soon?
-
Efficient way to get task count per project via API
Hello, We’ve integrated Wrike with our ERP system via the API, and overall it’s working well. However, we occasionally run into synchronization issues, and I’ve been asked to build a “difference report” between both systems. For projects, this was straightforward (~600 total). I can easily compare presence and identify…
-
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…