I am curious about why the Task IDs you get from a URL Query differs than the ID that is needed for the API.
An example is if I want to pull a Task ID it will have two different IDS:
URL: wrike.com/workspace.htm?path=folder&id=1234
API: {"taskId": "ABCD"}
Is there also a way to find this API TaskID and FolderID more easily? Currently, the best process we came up with was to move a folder/task into a folder that we already know the ID of, then do an API call to the folder pull up the IDs, after we get their IDs we move it out of the initial folder.