Click or drag to resize

GetFormStatsResponse 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 to return multiple form stats objects.
Inheritance Hierarchy
SystemObject
  AnySenseService.Entities.API.PublicAPI.V1.ResponsesGetFormStatsResponse

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

The GetFormStatsResponse type exposes the following members.

Constructors
 NameDescription
Public methodGetFormStatsResponseInitializes a new instance of the GetFormStatsResponse class
Top
Properties
 NameDescription
Public propertyStats The form stats objects
Top
See Also