Class FilteredSetRequest
model for requesting a filtered set of items
Inherited Members
Namespace: Colectica.Repository.Api.Requests.V1
Assembly: Algenta.Colectica.Model.dll
Syntax
public class FilteredSetRequest
Properties
AcceptedItemTypes
An optional list of accepted item types
Declaration
public List<Guid> AcceptedItemTypes { get; set; }
Property Value
Type | Description |
---|---|
List<Guid> |
AgencyId
Agency Id
Declaration
public string AgencyId { get; set; }
Property Value
Type | Description |
---|---|
string |
ErrorOnMissing
Return an error message instead of an partial document if any item within the set is not found within the Repository during set creation
Declaration
public bool ErrorOnMissing { get; set; }
Property Value
Type | Description |
---|---|
bool |
Identifier
Item identifier
Declaration
public Guid Identifier { get; set; }
Property Value
Type | Description |
---|---|
Guid |
IgnoredItemTypes
An optional list of ignored item types
Declaration
public List<Guid> IgnoredItemTypes { get; set; }
Property Value
Type | Description |
---|---|
List<Guid> |
Version
Optional version, or latest
Declaration
public long? Version { get; set; }
Property Value
Type | Description |
---|---|
long? |