Device Journal API
There is one method available for daily safe banking entries :
- List Journal entries
List daily banking records
End Point: https://api.myposconnect.com/api/v2/devicejournal
Verb: GET
Example Call 1: https://api.myposconnect.com/api/v2/devicejournal?filt_CreationDateUTCMin_dt=2022-mar-08%2009%3a00&filt_CreationDateUTCMax_dt=2022-dec-08%2009%3a10&liPage=1&liPageSize=999999&sFieldList=deviceJournalId,notes,itemType,creationDateUTC
Example Call 2: https://api.myposconnect.com/api/v2/devicejournal?filt_notesexactmatch_str=CashTill%20Started
Example Call 3: https://api.myposconnect.com/api/v2/devicejournal?filt_notes_str=till
Return Codes: 200 for success, with the body containing the JSON for the Device Journal. For other possible (more general) return codes please see API Build Basics
Example JSON Object
Device Journal Entry
|
---|
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 entries.