You are using an unsupported browser. Please update your browser to the latest version on or before July 31, 2020.
close
You are viewing the article in preview mode. It is not live at the moment.
Audits API
print icon
Audits API
 

There is one method available for the Audits table:

  1. List audit rows

Note: You cannot modifiy or delete rows in the Audits table. It's purpose is an audit of what actually happened.

List all Audits

End Point: https://api.myposconnect.com/api/v2/auditentries

Verb: GET

Example Call: https://api.myposconnect.com/api/v2/auditentries?filt_CreationDateUTCMin_dt=2021-sep-08%2009%3a00&filt_CreationDateUTCMax_dt=2022-dec-31%2009%3a10

Example of call for specific product: https://api.myposconnect.com/api/v2/auditentries?filt_auditCode_str=157353-01

Example of call for all product changes: https://api.myposconnect.com/api/v2/auditentries?filt_auditTable_str=products

Return Codes: 200 for success, with the body containing the JSON for the Audits. For other possible (more general) return codes please see API Build Basics

Important: This call returns a restricted flat view of the Audits table. 

Troubleshooting Ideas

As with all API connections, you will need to have acquired a bearer token and the user that acquired the token will need to be assigned access permission to this table. If you are not receiving any results send the full endpoint together with any filters and the API user to us from a valid email address and we can advise if permissions have been authorised. You might be able to see data with one table and not another if specific permissions are not applied. Check your filter dates if collecting all Audit entries.

Feedback
0 out of 0 found this helpful

scroll to top icon