Click or drag to resize

ReportsClient 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.
Handles downloading of reports
Inheritance Hierarchy
SystemObject
  Anysense.API.Client.SharedApiHandlerApiClient
    Anysense.API.Client.V1ReportsClient

Namespace: Anysense.API.Client.V1
Assembly: Anysense.API.Client (in Anysense.API.Client.dll) Version: 1.29.8-dev
Syntax
C#
public class ReportsClient : ApiHandler<ApiClient>

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