Community
Tandem Forum
Welcome to Autodesk's Tandem Forum. Please share your knowledge, ask questions, collaborate on ideas, and explore forum topics
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tandem API end point is responding 404 page not found

2 REPLIES 2
SOLVED
Reply
Message 1 of 3
producteval
442 Views, 2 Replies

Tandem API end point is responding 404 page not found

Steps to reproduce
Download the Postman collection from https://documenter.getpostman.com/view/15787353/UVeFMRdB
Under EAnvironment follow instructions to insert TandemSampleFacilityURN and TandemAuthToken


Expected results
Response from Website.


Actual results
Could not send request
Error: getaddrinfo ENOTFOUND {{tandembaseurl}}
---------------------------------------------------------
Postman console
POST http://{{tandembaseurl}}/modeldata/%7B%7BTandemSampleModelURN%7D%7D/scan
Error: getaddrinfo ENOTFOUND {{tandembaseurl}}
Request Headers
Content-Type: application/json
Authorization: Bearer {{TandemAuthToken}}
User-Agent: PostmanRuntime/7.29.2
Accept: */*
Cache-Control: no-cache
Postman-Token: 2cf8a56a-e16f-4d8e-b7b0-bc7efeb6d5cf
Host: {{tandembaseurl}}
Accept-Encoding: gzip, deflate, br
Connection: keep-alive
Request Body
{
"qualifiedColumns": [
"n:!v"
],
"includeHistory": true
}
---------------------------------------------
Base URL in environment is = https://tandem.autodesk.com/api/v1


URL where issue occurs
https://tandem.autodesk.com/api/v1 or https://tandem.autodesk.com/api/v2


Browser
Chrome


OS
Other


2 REPLIES 2
Message 2 of 3
producteval
in reply to: producteval

RESOLVED:
After loading the Postman collection, documentation advises to update Environment variables.
However if you already had environment variables from other tests with Postman, you need to remember to set the freshly loaded Tandem Environment variables to be the default.

Then it works as expected.

Message 3 of 3

Looks like you got it resolved.  Here is a pic for others if you happen to run into the same issue.

 

Postman1.png

Can't find what you're looking for? Ask the community or share your knowledge.

Post to forums  

Autodesk Design & Make Report