Class RefsRequestBuilder.RefsRequestBuilderGetQueryParameters
- Namespace
- Autodesk.DataManagement.Data.V1.Projects.Item.Folders.Item.Relationships.Refs
- Assembly
- Autodesk.DataManagement.dll
Returns the custom relationships that are associated 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, specific reference meta including extension data.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 resources that are involved in the relationship, which is essentially the GET projects/:project_id/folders/:folder_id/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.
public class RefsRequestBuilder.RefsRequestBuilderGetQueryParameters
- Inheritance
-
RefsRequestBuilder.RefsRequestBuilderGetQueryParameters
- Inherited Members
Properties
Filterdirection
Filter by the direction of the reference. Possible values: from, to
[Obsolete("This property is deprecated, use FilterdirectionAsGetFilterDirectionQueryParameterType instead")]
[QueryParameter("filter%5Bdirection%5D")]
public string? Filterdirection { get; set; }
Property Value
FilterdirectionAsGetFilterDirectionQueryParameterType
Filter by the direction of the reference. Possible values: from, to
[QueryParameter("filter%5Bdirection%5D")]
public GetFilterDirectionQueryParameterType? FilterdirectionAsGetFilterDirectionQueryParameterType { get; set; }
Property Value
FilterextensionType
Filter by the extension type.
[QueryParameter("filter%5Bextension%2Etype%5D")]
public string[]? FilterextensionType { get; set; }
Property Value
- string[]
Filterid
Filter by the id of the ref target.
[QueryParameter("filter%5Bid%5D")]
public string[]? Filterid { get; set; }
Property Value
- string[]
FilterrefType
Filter by refType. Possible values: derived, dependencies, auxiliary, xrefs, includes
[Obsolete("This property is deprecated, use FilterrefTypeAsGetFilterRefTypeQueryParameterType instead")]
[QueryParameter("filter%5BrefType%5D")]
public string? FilterrefType { get; set; }
Property Value
FilterrefTypeAsGetFilterRefTypeQueryParameterType
Filter by refType. Possible values: derived, dependencies, auxiliary, xrefs, includes
[QueryParameter("filter%5BrefType%5D")]
public GetFilterRefTypeQueryParameterType? FilterrefTypeAsGetFilterRefTypeQueryParameterType { get; set; }
Property Value
Filtertype
Filter by the type of the ref target. Supported values include folders, items, and versions
[Obsolete("This property is deprecated, use FiltertypeAsGetFilterTypeQueryParameterType instead")]
[QueryParameter("filter%5Btype%5D")]
public string[]? Filtertype { get; set; }
Property Value
- string[]
FiltertypeAsGetFilterTypeQueryParameterType
Filter by the type of the ref target. Supported values include folders, items, and versions
[QueryParameter("filter%5Btype%5D")]
public GetFilterTypeQueryParameterType[]? FiltertypeAsGetFilterTypeQueryParameterType { get; set; }