Class GetRelationshipsRequest
Gets a matrix representing all items in a set and the relationships among those items.
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetRelationshipsRequest
Properties
Facet
The facet describing how the search should be performed.
Declaration
[Required]
public RelationshipFacet Facet { get; set; }
Property Value
Type | Description |
---|---|
RelationshipFacet |
RootItems
The root items that define the set.
Declaration
[Required]
public Collection<IdentifierInRequest> RootItems { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierInRequest> |