Skip to content
This repository was archived by the owner on Oct 17, 2023. It is now read-only.
This repository was archived by the owner on Oct 17, 2023. It is now read-only.

IsForEmbeddedSigning field is false for every SignatureRequest #101

@chrisofspades

Description

@chrisofspades

When I get a SignatureRequest objects using GetSignatureRequest(), even ones that I know were made using embedded signing, the IsForEmbeddedSigning field is always false. A simple example:

var client = new HelloSign.Client(apiKey);
var request = client.GetSignatureRequest(id);

// Always prints false
Console.WriteLine("IsForEmbeddedSigning: {0}", request.IsForEmbeddedSigning);

Does this field do anything? Is there any way to tell if a request was embedded or not?

Metadata

Metadata

Assignees

No one assigned

    Labels

    legacyRelated to legacy, non-OpenAPI SDK

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions