The Create Project API provides Green Building Studio client developers a facility for creating a new project in their account.
Making the request |
To access the Create Project API, use: https://gbs.autodesk.com/gbs/api/v1/project/create/responseFormat
json indicates output in JavaScript Object Notation (JSON)
xml indicates output as XML
Request Method |
POST
Parameters |
Title - title for this new run
Project Responses |
Create Project API responses are returned in the format indicated in the responseFormat within the request URL.
JSON Output Example |
100 |
XML Output Example |
<int xmlns="http://schemas.microsoft.com/2003/10/Serialization/">100</int> |