DocuSign.Rooms by DocuSign

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

 IFormDetailsApi

public interface IFormDetailsApi : IApiAccessor
Represents a collection of functions to interact with the API endpoints
FormDetails GetFormDetails(string accountId, Guid? formId)

Gets form based on Id.

Task<FormDetails> GetFormDetailsAsync(string accountId, Guid? formId)

Gets form based on Id.

Gets form based on Id.

Gets form based on Id.