DocuSign.Rooms by DocuSign

<PackageReference Include="DocuSign.Rooms" Version="1.2.0-rc" />

 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.

public ApiClient ApiClient { get; set; }

Gets or sets the ApiClient object

public ExceptionFactory ExceptionFactory { get; set; }

Provides a factory method hook for the creation of exceptions.

public FormLibrariesApi(ApiClient aplClient)

Initializes a new instance of the FormLibrariesApi class using AplClient object

public string GetBasePath()

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.

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 libraries. Returns a list of form libraries to which the current user has access.

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.