SpiraPlan: SoapService SOAP Web Service
See all operations
RemoteFilter
Represents a single filter that can be applied to a Retrieve query
Base Classes
None
Properties
The following properties are provided directly by this class:
Name | Type | Description | Required |
---|---|---|---|
DateRangeValue | DateRange? | The filter value for date/time fields where you want to filter on a date range | |
IntValue | int? | The filter value for fields that contain integers ( Used when you only want to filter on a single value ) | |
MultiValue | MultiValueFilter? | The filter value for fields that contain integers ( Used when you only want to filter on a set of multiple values ) | |
PropertyName | string? | The name of the field being filtered on. For standard fields it would be something like 'RequirementStatusId', for custom properties, it would be of the format: 'Custom_01' not the display name. | |
StringValue | string? | The filter value for fields that contain strings ( This will perform a LIKE wildcard match on the string ) |