Namespace Autodesk.DataManagement.Data.V1.Projects.Item.Folders.Item.Refs
Classes
- RefsRequestBuilder
Builds and executes requests for operations under \data\v1\projects{project_id}\folders{folder_id}\refs
- RefsRequestBuilder.RefsRequestBuilderGetQueryParameters
Returns the resources (items, folders, and versions) that have a custom relationship with the given folder_id. Custom relationships can be established between a folder and other resources within the data domain service (folders, items, and versions).Notes:Each relationship is defined by the id of the object at the other end of the relationship, together with type, attributes, and relationships links.Callers will typically use a filter parameter to restrict the response to the custom relationship types (filter[meta.refType]) they are interested in.The response body will have an included array which contains the ref resources that are involved in the relationship, which is essentially the GET projects/:project_id/folders/:folder_id/relationships/refs endpoint.New! Autodesk Construction Cloud platform (ACC). Note that this endpoint is compatible with ACC projects. For more information about the Autodesk Construction Cloud APIs, see the Autodesk Construction Cloud documentation.
- RefsRequestBuilder.RefsRequestBuilderGetRequestConfiguration
Configuration for the request such as headers, query parameters, and middleware options.