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

Add docreader version to TransactionInfo model in process response #55

Open
liwocd opened this issue Apr 8, 2022 · 0 comments
Open

Comments

@liwocd
Copy link

liwocd commented Apr 8, 2022

docreader is returning version in TransactionInfo section in JSON (example from sample response below), but TransactionInfo model doesn't contain this information. I know that it is possible to obtain it within DeviceInfo model via ping endpoint, but it would be very useful to have this information for each processing response.

Example from sample response:

"TransactionInfo": {
    "ComputerName": "fc30e309c3b2",
    "DateTime": "2022-04-08T06:20:50.719Z",
    "SystemInfo": "Linux, fc30e309c3b2, 5.4.0-105-generic, #119-Ubuntu SMP Mon Mar 7 18:49:24 UTC 2022, x86_64",
    "TransactionID": "90ad213b-ff3d-415a-984d-fe36b04930df",
    "UserName": "",
    "Version": "6.2.157322.528"
  },
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

1 participant