Class GetLatestItemsRequest
Gets the latest version of an undeserialized item from the repository. To retrieve a deserialized
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class GetLatestItemsRequest
Properties
Identifiers
The identifiers of the items to retrieve.
Declaration
[Required]
public Collection<IdentifierInRequest> Identifiers { get; set; }
Property Value
Type | Description |
---|---|
Collection<IdentifierInRequest> |