LiquidPlanner Classic Forum

Ask a Question
Back to All

Filter Timesheet entires based on created_at and updated_at Rest Api

Posted on behalf of Shubham Sharma. Original posting date 2016-12-27

Hello,

I am new to this platform. I wanted to get the time sheet entries created on a particular day via Rest API.

I have gone through the Liquid Planner API guide. But i am unable to find any solution how to achieve that.

Maybe like we can filter time sheet entries on created_at and updated_at filters.

For example :

/api/workspaces/[workspace Id]/timesheet_entries?created_at=[today date]

/api/workspaces/[workspace Id]/timesheet_entries?updated_at=[today date]