LiquidPlanner Classic Forum
Timesheet Entry webhook for delete lacks useful information
Hello LiquidPlanner API folks,
Filtering Timesheet Entries using list of ID's
Is it possible to filter a timesheet entries get using a list of member ID's similar to the "filter[]=" functionality for treeitems?
Endpoint to get all tasks under a specific package?
Hello,
Access the tasks under a package
I want to use the API to access all the tasks within a package in our workspace. I have tried:
/api/v1/workspaces/${workspaceId}/treeitems/${packageID}/treeitems
and
/api/v1/workspaces/${workspaceId}/packages/${packageID}/tasks
but both are spitting out 404's
Activities CRUD
I Have a question about CRUD for Activities. This is still not be availble?
Logged Work in Shapshot
I'm using the API to get snapshot data at different levels in our projects to report on remaining work over time but want to compare this to logged work over time at the same level (say a subfolder).
Using Single sign on (SSO) is there a way to us API to get data
Hi,
Problem with an ajax request using a token.
So i am having this problem : when i run this i don't receive any data however in de browser console I
get this : 'cross-origin request blocked the same origin policy disallows reading the remote resource'.
I've tried using username:password and token both resulting in the warning above.
endpoint for 'Request Update' feature
I'm looking to utilize the 'Request Update' feature via the API to programmatically nudge task Owners when certain conditions are met. I wasn't able to locate the endpoint for the feature in the API docs -- is it available?