Discussions
404 - not found error for timesheets endpoint
8 days ago by null
Hi,
I have a timesheet ID that I acquired from the timesheet.submitted web hook. But when I try to get the details of this timesheet with the below request, I keep getting a 404 Not Found Response:
curl --request GET
--url https://gateway.remote.com/v1/timesheets/
--header 'accept: application/json'
--header 'Authorization: '
The response body is:
{
"message": "Not Found"
}
Could you please help?