We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Among other locations, when retrieving a document, you can have these structures:
"pages"=> {"page"=> [{"page_number"=>"1", "original_template_guid"=>"redacted", "original_template_filename"=>"redacted.pdf"}, {"page_number"=>"2", "original_template_guid"=>"redacted", "original_template_filename"=>"redacted.pdf"}]}, "pages"=> {"page"=> {"page_number"=>"1", "original_template_guid"=>"redacted", "original_template_filename"=>"redacted.pdf"}},
Same for audit_trails, and probably other locations.
audit_trails
This is clearly an artifact from XML conversions, but holy fuck, it is a pain when your schema can be so weirdly different.
The text was updated successfully, but these errors were encountered:
We just ran into a production incident because of this. It's very problematic to have inconsistent responses.
Sorry, something went wrong.
No branches or pull requests
Among other locations, when retrieving a document, you can have these structures:
Same for
audit_trails
, and probably other locations.This is clearly an artifact from XML conversions, but holy fuck, it is a pain when your schema can be so weirdly different.
The text was updated successfully, but these errors were encountered: