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 ReportsClient type exposes the following members.
Methods | Name | Description |
---|
 | Available |
Returns a list of the all the reports available for the logged in user for the given form version.
|
 | AvailableAsync |
Returns a list of the all the reports available for the logged in user for the given form version.
|
 | Get | |
 | GetAsync | |
 | GetByClientId(Guid, Int64, Guid, String) |
Generates a report for a specific data row.
|
 | GetByClientId(Guid, Int64, Guid, String, Stream) |
Generates a report for a specific data row.
|
 | GetByClientIdAsync(Guid, Int64, Guid, String) |
Generates a report for a specific data row.
|
 | GetByClientIdAsync(Guid, Int64, Guid, String, Stream) |
Generates a report for a specific data row.
|
 | GetById(Guid, Int64, Int64, String) |
Generates a report for a specific data row.
|
 | GetById(Guid, Int64, Int64, String, Stream) |
Generates a report for a specific data row.
|
 | GetByIdAsync(Guid, Int64, Int64, String) |
Generates a report for a specific data row.
|
 | GetByIdAsync(Guid, Int64, Int64, String, Stream) |
Generates a report for a specific data row.
|
 | GetMultiple | |
 | GetMultipleAsync | |
Top
See Also