Community
BIM 360 API Forum
Welcome to Autodesk’s BIM 360 API Forums. Share your knowledge, ask questions, and explore popular BIM 360 API topics.
cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

POST /issues/v1/containers/:container_id/quality-issues returning 500 error

2 REPLIES 2
Reply
Message 1 of 3
Anonymous
554 Views, 2 Replies

POST /issues/v1/containers/:container_id/quality-issues returning 500 error

When I'm trying to create issues, it returns 500 internal server error.

 

import requests
url = 'https://developer.api.autodesk.com/issues/v1/containers/58f25816-acb1-4956-b058-b2912674fc41/quality-issues'
headers = {"Authorization": token, "Content-Type": "application/vnd.api+json"}
data = '{"data": {"type": "quality_issues", "attributes": {"title": "test", "status": "open", "ng_issue_type_id": "9eadb99d-368b-4041-8c28-e528168291a9", "ng_issue_subtype_id": "9cf16915-2123-4a01-b891-0453f9b74f39", "due_date": "2020-07-31T05:00:30.001000"}}}'

response = requests.post(url=url, headers=headers, data=data)

 

What am I doing wrong with this requests?

Labels (3)
2 REPLIES 2
Message 2 of 3
steve.alberts
in reply to: Anonymous

Did you ever manage to resolve this? I am running into the same problem and I can't figure out what is wrong, even the example they give in the docs gives 500

Message 3 of 3

Hi Steve, 

 

Looks like this is the same question as another one. Could you take a look at it?  I just replied to your thread:  

https://forums.autodesk.com/t5/bim-360-api-forum/posting-issues-to-bim-360-returns-500-error/m-p/105...


Mikako Harada
Developer Technical Services

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

Post to forums  

Autodesk Design & Make Report