Reputation: 1
I'm using this endpoint..
projects/:project_id/folders/:folder_id/contents
...and getting back error 400 "Urn is not in the proper format." on data stored in EU servers. The endpoint works correctly for other project data (urn's containing wipprod) but returns this error on all urn's containing wipemea.
Is there a differend end point I should be using for data stored on EU servers or is there something I should be doing different with urn's containing wipemea?
Upvotes: 0
Views: 389
Reputation: 466
In my case I was requesting a call to this endpoint projects/:project_id/versions/:version_id/relationships/refs using the following format of version_id: urn:adsk.wipprod:fs.file:vf.BFwIsNFnT_Ca2ItpeJe4aQ?version=8
however, it started working when using the following format: urn:adsk.wipprod:dm.lineage:BFwIsNFnT_Ca2ItpeJe4aQ
Upvotes: 0
Reputation: 81
Since that actually was the problem, I'm reposting the comment above as an answer:
To access EMEA folders, items and versions (URN contains wipemea
), the projectId
must match the BIM 360 Document Management EMEA Project.
Upvotes: 0