Click or drag to resize

SearchMultipleFormDataRequest Class

To get started, call one of the following methods:
  • Anysense.API.Client.V1.ApiClient.Create
  • Anysense.API.Client.V1.ApiClient.CreateAsync
  • Anysense.API.Client.V1.ApiClient.CreateWithToken
  • Anysense.API.Client.V1.ApiClient.CreateWithTokenAsync
See Anysense.API.Client.Shared.BaseClient<T> for documentation on these methods.
Class used to make a request to WebAPI action SearchFormData.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.RequestsSearchMultipleFormDataRequest

Namespace: AnySenseService.Entities.API.PublicAPI.V1.Requests
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.31.10+d671d89394079ff2411e503098d3578f08c2de86
Syntax
C#
public class SearchMultipleFormDataRequest

The SearchMultipleFormDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodSearchMultipleFormDataRequestInitializes a new instance of the SearchMultipleFormDataRequest class
Top
Properties
 NameDescription
Public propertyDataState Defines the state of the data requested (Archived, Deleted, Normal etc)
Public propertyDaysBack Set this to specify how old the data is permitted to be. Set to 0, to request all data.
Public propertyOnlyForUser Set to true to only get data the logged in user has submitted.
Public propertyReturnSize How many row of data is allowed to return. Set this to 0, to request all data (WARNING: this can be a very large portion of data).
Public propertySynchronizationStates List of states, that defines what to synchronize.
Top
See Also