Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Unexpected Character" error when using GetDocumentHistoryAsync #152

Open
SimonEvans482 opened this issue May 24, 2023 · 0 comments
Open

Comments

@SimonEvans482
Copy link

I received an unexpected character error when using the GetDocumentHistoryAsync method - being hit upon the deserialisation of the returned json.

Issue is with the "JsonAttributes" property in the DocumentHistoryResponse Class - it is defined as String, but I was receiving a Key/Value pair. I changed the type to "Dynamic" (locally) and the issue is resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant