Click or drag to resize

FormsClientCheckFormsAsync 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 forms assigned to the user. The method returns only the forms, that has been changed since last request (if rowversion is submitted)

Namespace: Anysense.API.Client.V1
Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.29.8-dev
Syntax
C#
public Task<FormCheckResponse> CheckFormsAsync(
	CheckFormsRequest request
)

Parameters

request  CheckFormsRequest
The CheckForms request.

Return Value

TaskFormCheckResponse
Remarks
The Form structure can be found on the Version-property. The Form consists of a list of FormElements, where all PivotItems and LookupContainers defines the beginning of a new section.
Calculation and Statistics elements can be igored by third-party applications, since Anysense always updates these values when saving.
See Also