Namespace Autodesk.ModelDerivative.Designdata.Item.Metadata.Item.Properties
Classes
- PropertiesRequestBuilder
Builds and executes requests for operations under \designdata{urn}\metadata{modelGuid}\properties
- PropertiesRequestBuilder.PropertiesRequestBuilderGetQueryParameters
Returns a list of properties of objects contained in the model view specified by the modelGuid URI parameter. This request returns all properties for all objects by default. However, you can use the objectid query string parameter to return all properties of a specified object.Properties are returned as a flat list ordered, by their objectid. The objectid is a non-persistent ID assigned to an object when a design file is translated to the SVF or SVF2 format. This means that:A design file must be translated to SVF or SVF2 before you can retrieve properties.The objectid of an object can change if the design is translated to SVF or SVF2 again. If you require a persistent ID to reference an object, use
externalId
.Note: Before you call this endpoint:Use theGET {urn}/metadata
endpoint.Obtain the ID of the model view (Viewable) you want to check.Use the ID you obtained as themodelGuid
URI parameter.Note:POST {urn}/metadata/{modelGuid}/properties:query
provides greater flexibility to retrieve only the properties you are interested in. What’s more the response is paginated. So, when the number of properties returned is large, it can getz you the results faster.
- PropertiesRequestBuilder.PropertiesRequestBuilderGetRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.