Hello!
We are currently trying to post time sheet lines to the Time Sheet table in Business Central from an external program. To begin with, we figured we would at least try to get the Time Sheet lines already in Business Central, and then figure out how to post to the table in the next step. We found an endpoint called, timeRegistrationEntries, that we thought would do the job, but the response is an empty array. We also tried adding filters, and we have confirmed there are lines in the table.
M main question right now is: How can we get a list of Time Sheet Lines through the API?