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.
The FormData type exposes the following members.
Properties | Name | Description |
---|
| Archived |
Defines if the FormData-object is archived.
|
| Attachments |
Contains information about attachments to this FormData-object
|
| ClientId |
Unique row ID that can be set by a client upon data creation for easy identification. If no ClientId is set by the initial save data request, then the Id is set by the database.
|
| ClientSubmitDate |
The date, when the data was submitted on the client
|
| Data |
List of data. It's important that these are the correct datatypes, and listed in the same order as the form definition.
|
| Deleted |
Defines if the FormData-object is deleted.
|
| FormId |
The Id of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form, which the data is added to
|
| Hidden |
Defines if the FormData-object is a hidden part of the dataset.
Data can be hidden by a workflow-synchronization job.
|
| Id |
Unique row ID set by the database.
|
| LastUpdatedByUser |
Name of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who last updated the row
|
| LastUpdatedByUserId |
Id of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who last updated the row
|
| LocationData |
GPS position if required
Format: "lattitude;longitude", where comma is used as decimal separator.
|
| Order |
The order of how the SubformData/Child row should be rendered in reports. If value is NULL, then legacy ordering by SubmittedBy should is applied.
If FormData is not a SubformData/Child, then the value should be NULL.
|
| ParentDataId |
The ID of the parent FormData, of which the current FormData-object is a child of. If not a child, the ParentDataId will be less than 1.
|
| Plot |
Contains information about a point on a picture, if this row is associated to such.
|
| RowVersion |
Defines the current version of the data. Changes everytime an update is submitted to the database.
|
| SubmitServerDate |
The date when the data was submitted to the server
|
| SubmittedBy |
The name of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who originally submitted the data
|
| SubmittedByUserId |
The AnySenseService.Entities.API.PublicAPI.V1.DTOs.User who should be marked as submitter. If this value is set when the data is initially saved, the authorized user will not be saved as submitter.
|
| UpdateDate |
The date when the row was last updated
|
| VersionId |
The VersionId of the AnySenseService.Entities.API.PublicAPI.V1.DTOs.Form, which the data is added to
|
TopSee Also