LiquidPlanner Classic Forum
Is it possible to create a sub-folder at a certain position through the API?
I am able to create a folder by calling https://app.liquidplanner.com/api/v1/workspaces/:id/folders, but the folder is put at the bottom of the list.
I am also able to change its position by calling https://app.liquidplanner.com/api/v1/workspaces/:id/folders/:id/move_after, but this basically means two separate api calls.
filter timesheet entries by project tag
I am wondering if you can filter timesheet entry by tag or by if it does not have a tag. Tried these but they don't seem to be working for me:
How to use LP API in JavaScript?
Hi,
I am trying to run this JS code from the doc:
https://developer.liquidplanner.com/reference#get_account
How to move a task from one package to another?
Hello,
I came across this doc:
https://developer.liquidplanner.com/docs/create-and-update-examples
Add comment to task
I wish to add a comment to a task with the API
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?