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

IsForEmbeddedSigning field is false for every SignatureRequest #101

Open
chrisofspades opened this issue May 13, 2021 · 0 comments
Open
Labels
legacy Related to legacy, non-OpenAPI SDK

Comments

@chrisofspades
Copy link

chrisofspades commented May 13, 2021

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?

@jtreminio-dropbox jtreminio-dropbox added the legacy Related to legacy, non-OpenAPI SDK label Jun 29, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
legacy Related to legacy, non-OpenAPI SDK
Projects
None yet
Development

No branches or pull requests

2 participants