You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The data being returned from the API does not match the response in their docs when using the demo sandbox. This means the client api cannot deserialize the data object into a correct BrandsResponse. The data object is always an empty object. I was able to get the data I need (brand id) from the response object instead but this data is formatted incorrectly in the response.
Example response from the API (not using docusign-esign library, created using Postman. I am using ExternalId to get the brand id which is not ideal.
The data being returned from the API does not match the response in their docs when using the demo sandbox. This means the client api cannot deserialize the data object into a correct BrandsResponse. The
data
object is always an empty object. I was able to get the data I need (brand id) from theresponse
object instead but this data is formatted incorrectly in the response.Example response from the API (not using
docusign-esign
library, created using Postman. I am using ExternalId to get the brand id which is not ideal.Looking at the API docs, I expect the response, and therefore the
data
object to look like this:The text was updated successfully, but these errors were encountered: