The video will show how to log in to
REST API with your secrect token and API Key
and extract data from the JobLedgerEntry
endpoint. It's is the exact same way you can
extract data from the TimeLedgerEntry
endpoint.
Be aware that there is a limit of
10.000 records per call, so you need to use
pagination, which will also be explained in
the video.
https://smartapi.smarttid.dk/jobledgerentry
https://smartapi.smarttid.dk/timeledgerentry
25-08-2023
New feature added to handle only new data
to several external systems
These two endpoints now has got
sExternalSystem query parameter to tell
SmartTID what system is asking for data. There
is also added a POST method to tell SmartTID
which ID's has been sucessfully handled by the
external system, and then these data will not
be returned next time to the specific external
system.
It can happen that time and job
ledger entries are deleted. In this case
external systems can get a list of deleted
records by using the action GETDELETED on the
GET method.
This video will explain how to
handle these new features.