LiquidPlanner Classic Forum
API endpoint to get projects from list of project ids
Hi,
I want to use the API to get projects given a string of project ids. I don't want to have to pull in all projects in the workspace, just the ones that match the passed in ids.
Is there an endpoint that will accomplish this?
Thanks
Microsoft Teams integration
Has anyone created any automation/links between Liquid Planner and Microsoft Teams? I see other integrations in Teams from other project management software that looks pretty impressive, but not from LP or even Microsoft Project online, yet.
Approve Timesheet via API when Week=0 hours
My client asked me to lock (Approve) all timesheets via API based on a timeframe (2 weeks or older).
Error 500 when calling https://app.liquidplanner.com/api/v1/workspaces/ID/treeitems/
We've been using the LP API for a couple of months with no issue, but over the last few days we've been getting an error 500 from the API when pulling the treeitems. Is there anything that might have changed, or is there a limit on the amount of data it can pull? I know we do have a lot of tree items in our workspace.
API, Custom field
Hello in doc it is said "hash of custom fields and their assigned values for this item"
where i can find this hash of custom field? and how i can assighn custom field to task via API?
can you help me?
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?