LiquidPlanner Classic Forum

Ask a Question
Back to All

Timesheet Entry webhook for delete lacks useful information

Hello LiquidPlanner API folks,

I am reaching out to see if LiquidPlanner can update the information posted for timesheet entry webhooks when entries are deleted. Currently, the only information posted when a timsheet entry is changed to 0 work is the timesheet ID, change_type, type, and space_id.

To properly process a deleted timesheet entry in my integration, I need to know member_id and work_performed_on (and preferably item_id). But because the timesheet entry has been deleted, I can't even get that information from the timesheet_entries/:id endpoint. The only way I could possibly use the current info in the webhook is if I were to keep a database of live timesheet entries parallel to LiquidPlanner's, which is not reasonable in my opinion.

Thanks in advance,
Roger