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.V1Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.31.15+d671d89394079ff2411e503098d3578f08c2de86
Syntax 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