Click or drag to resize

GetSpecificDataRequest 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 for requesting a specific data model
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.RequestsGetSpecificDataRequest

Namespace: AnySenseService.Entities.API.PublicAPI.V1.Requests
Assembly: AnySenseService.Entities.API.PublicAPI.V1 (in AnySenseService.Entities.API.PublicAPI.V1.dll) Version: 1.29.6-dev
Syntax
C#
public class GetSpecificDataRequest

The GetSpecificDataRequest type exposes the following members.

Constructors
 NameDescription
Public methodGetSpecificDataRequestInitializes a new instance of the GetSpecificDataRequest class
Top
Properties
 NameDescription
Public propertyClientId ClientId of the data to return
Public propertyDataId DataId of the data to return
Public propertyMediaMode Defines how MediaData should be returned
Public propertyRowVersion RowVersion of the data to return. If null or empty, the newest version of the row will be returned
Public propertyVersionId VersionId of the form that the data belongs to
Top
See Also