Click or drag to resize

DataClientHistory Method

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.
Gets all versions of a given formdata object. If RowVersion is submitted, the result-set are limited to versions newer than the submitted.

Namespace: Anysense.API.Client.V1
Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.29.8-dev
Syntax
C#
public GetHistoryDataResponse History(
	GetHistoryDataPageRequest request
)

Parameters

request  GetHistoryDataPageRequest
The GetHistoryDataRequest

Return Value

GetHistoryDataResponse
Remarks
When calling API method prior to 1.7, the response is limited to 5 rows per page.
See Also