LiquidPlanner Classic Forum
Fetch projects that are modiefied in last hour?
if user change value of one attribute in project, does it captured in last modified date? is there a last modified date field?
I need to have api to get projects that are modified hourly.
Fetching project details based on attribute change?
How to fetch project details based on value change to one of the project attribute?
Mobile App. iOS
Hi. Is it possible to configure the iOS app to send push notifications of any updates on LP made by team members on my projects. Or notification of any direct messages sent to me from other team members. Many thanks.
Extraction data to multi projet avancement manage
how i can use the api to send all avancement project to now how is running to the deadline ? is it possible to build a daily or weekly request to export data ?
Thx for your help <
Is there a way to obtain the task id of a newly created task?
Using the email solution to create a new task works well and the task will appear with it's automated ID number in the relevant project folder.
Is there a way to make an API Token Read-Only?
Hello,
Adding comments to task with API
I try follow the documentation with: (sanitised)
curl -H "Authorization: Bearer xxxxxxxxxxxxxxxxxxxxxxxx" https://app.liquidplanner.com/api/v1/workspaces/xxxxxx/tasks/xxxxxxxx/comments '{"comment":{"comment":"Written through API outside of LP - Hope your code is going well"}}' -X POST
Developer Docs missing information
Hello, what happened to the developer docs?
Previously we were able to view url and body params in the docs (https://web.archive.org/web/20200813181052/https://developer.liquidplanner.com/reference), however the endpoint reference doesn't appear to include meaningful information anymore. Is there anywhere else the available parameters for each endpoint are included?
Unexpected results with events filter
I am trying to get only events scheduled for after Jan 01, 2022. When I send "https://app.liquidplanner.com/api/v1/workspaces/[my workspace id]/events?filter=earliest_start%20before%202022-01-01" it returns events scheduled after today instead. When I try the same filter, but using "before" instead of after, it returns no events. Is there a different command needed to access past events?