Hello,
I know that there is an API call to convert legacy IDs to the current IDs, but is the inverse possible? I am working on a project that is importing task information into a database, and it would be ideal if the ID stored in the database matched the legacy v2 numeric ID seen on the front end instead of the current alphanumeric ID v4 uses.
For example, let's say I am importing Project #1, which shows an ID of 4527100000 on the Wrike website, but the API ID is MAAAAAabcd. I would like the database to store the ID as 4527100000.
Alternatively, is there a way to get the current API IDs to show on the front end instead of the legacy IDs?