FormLibrariesApi
Represents a collection of functions to interact with the API endpoints
Gets a paged list of forms libraries. Returns a list of form libraries to which the current user has access.
Gets a paged list of forms in a forms library. Returns a list of forms to which the current user has access in the specified form library.
Gets or sets the ApiClient object
Provides a factory method hook for the creation of exceptions.
Initializes a new instance of the FormLibrariesApi class
using AplClient object
Gets the base path of the API client.
public FormLibrarySummaryList GetFormLibraries(string accountId, GetFormLibrariesOptions options = null)
Gets a paged list of forms libraries. Returns a list of form libraries to which the current user has access.
public Task<FormLibrarySummaryList> GetFormLibrariesAsync(string accountId, GetFormLibrariesOptions options = null)
Gets a paged list of forms libraries. Returns a list of form libraries to which the current user has access.
public Task<ApiResponse<FormLibrarySummaryList>> GetFormLibrariesAsyncWithHttpInfo(string accountId, GetFormLibrariesOptions options = null)
Gets a paged list of forms libraries. Returns a list of form libraries to which the current user has access.
public ApiResponse<FormLibrarySummaryList> GetFormLibrariesWithHttpInfo(string accountId, GetFormLibrariesOptions options = null)
Gets a paged list of forms libraries. Returns a list of form libraries to which the current user has access.
public FormSummaryList GetFormLibraryForms(string accountId, Guid? formLibraryId, GetFormLibraryFormsOptions options = null)
Gets a paged list of forms in a forms library. Returns a list of forms to which the current user has access in the specified form library.
public Task<FormSummaryList> GetFormLibraryFormsAsync(string accountId, Guid? formLibraryId, GetFormLibraryFormsOptions options = null)
Gets a paged list of forms in a forms library. Returns a list of forms to which the current user has access in the specified form library.
public Task<ApiResponse<FormSummaryList>> GetFormLibraryFormsAsyncWithHttpInfo(string accountId, Guid? formLibraryId, GetFormLibraryFormsOptions options = null)
Gets a paged list of forms in a forms library. Returns a list of forms to which the current user has access in the specified form library.
public ApiResponse<FormSummaryList> GetFormLibraryFormsWithHttpInfo(string accountId, Guid? formLibraryId, GetFormLibraryFormsOptions options = null)
Gets a paged list of forms in a forms library. Returns a list of forms to which the current user has access in the specified form library.