GET /modelderivative/v2/designdata/{urn}/metadata
Returns a list of Model Views (Viewables) in the source design specified by the urn parameter. It also returns an ID that uniquely identifies the Model View. You can use these IDs with other metadata operations to obtain information about the objects within those Model Views.
Designs created with applications like Fusion 360 and Inventor contain only one Model View per design. Applications like Revit allow multiple Model Views per design.
Note: You can retrieve metadata only from a design that has already been translated to SVF or SVF2.
Servers
- https://developer.api.autodesk.com
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
urn |
String | Yes |
The URL-safe Base64 encoded URN of the source design. |
Request headers
| Name | Type | Required | Description |
|---|---|---|---|
region |
String | No |
Specifies the data center where the manifest and derivatives of the specified source design are stored. Possible values are:
Valid values:
|
Accept-Encoding |
String | No |
A comma separated list of the algorithms you want the response to be encoded in, specified in the order of preference. If you specify |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.