Project information
Hello.
I'm stuck in a problem.
I need to export all the information about projects, but with the call "https://www.wrike.com/api/v4/folders" I only get:
- Author ID
- Owner ID
- Custom Status ID
- Start Date
- End Date
- Created Date
The additional information I need is:
- Description
- Custom Field ID
- Custom Field Value
However, i can get this information but only if I change the API to this: https://www.wrike.com/api/v4/folders/{folderId}/.
The problem is that i have a lot of folders and projects, so this method doesn't work for me.
Is there any way to export all the project information from just one API?
I imagine something like this:
https://www.wrike.com/api/v4/folders?fields=[description,Custom Field ID,Custom Field Value]
I appreciate your answer
Regards
Hi Esteban Alvarez, in order to get the project's description and custom field values with "https://www.wrike.com/api/v4/folders" method, you'll need to use an additional parameter
fields
. Please note that this parameter is available only for filtered requests. I suggest usingproject
parameter as a filter. First, you can set it to true to get information about projects and perform the second call withproject=false
to retrieve information about folders. Here is my example: Please let me know if you have any additional questions!☺️
Lisa K. Community Team at Wrike Wrike Product Manager Become a Wrike expert with Wrike Discover
Lisa K. Wrike Team member Become a Wrike expert with Wrike Discover