Click or drag to resize

ReportsClient Methods

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
 NameDescription
Public methodAvailable Returns a list of the all the reports available for the logged in user for the given form version.
Public methodAvailableAsync Returns a list of the all the reports available for the logged in user for the given form version.
Public methodGet 
Public methodGetAsync 
Public methodGetByClientId(Guid, Int64, Guid, String) Generates a report for a specific data row.
Public methodGetByClientId(Guid, Int64, Guid, String, Stream) Generates a report for a specific data row.
Public methodGetByClientIdAsync(Guid, Int64, Guid, String) Generates a report for a specific data row.
Public methodGetByClientIdAsync(Guid, Int64, Guid, String, Stream) Generates a report for a specific data row.
Public methodGetById(Guid, Int64, Int64, String) Generates a report for a specific data row.
Public methodGetById(Guid, Int64, Int64, String, Stream) Generates a report for a specific data row.
Public methodGetByIdAsync(Guid, Int64, Int64, String) Generates a report for a specific data row.
Public methodGetByIdAsync(Guid, Int64, Int64, String, Stream) Generates a report for a specific data row.
Public methodGetMultiple 
Public methodGetMultipleAsync 
Top
See Also