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.
Device Journal API
print icon
Device Journal API
 

There is one method available for daily safe banking entries :

  1. 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

{
       "customSortRowNumber": 1,
       "liTotalCount": 1705,
       "deviceJournalId": "d3f87617-7a64-485d-993d-e8e248fbc2e9",
       "deviceId": "55ddc924-be12-40e9-bd2c-78632a7a5225",
       "userId": "00000000-0000-0000-0000-000000000000",
       "sessionId": "555e6a7a-8cca-43cb-957f-18eda74c7c24",
       "effectiveDate": "2022-03-04T00:00:00",
       "itemType": "G",
       "itemValue": 0,
       "posted": "Y",
       "notes": "CashTill Started",
       "cC_001": null,
       "cC_002": null,
       "cC_003": null,
       "cC_004": null,
       "cC_005": null,
       "cC_006": null,
       "cC_007": null,
       "cC_008": null,
       "cC_009": null,
       "cC_010": null,
       "creationUser": null,
       "creationDevice": "1853",
       "lastEditDate": "2022-03-04T10:13:25.783",
       "creationDate": "2022-03-04T10:13:25.783",
       "creationDateUTC": "2022-03-04T08:24:02.627",
       "lastEditDateUTC": "2022-03-04T08:24:02.627",
       "creationUserName": "User Name",
       "creationDeviceName": "Till name 123"
}

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.

Feedback
0 out of 0 found this helpful

scroll to top icon