LiquidPlanner Classic Forum
Update a custom field using email
The help notes within <https://www.liquidplanner.com/support/articles/email-integration/> suggests that there is a way to update the custom field with an email subject set to the custom field name_value, using double quotes to encapsulate the field e.g. "custom status"_"new value"
When this is done the field will not update. I've tried encapsulating around the entire field/value pair e.g. "custom status\*new value" as mentioned in later part of <https://www.liquidplanner.com/support/articles/custom-fields/> and that does not work either.
Is this even possible as it would be really useful to be able to use this feature if it is possible?
Posted by Bob Cudmore about 1 year ago
What do you mean by LiquidPlanner Classic and LiquidPlanner New?
[LiquidPlanner Classic](https://www.liquidplanner.com/about-us/) (app.liquidplanner.com) is the legacy online project management solution that launched in 2008. **This documentation center supports the API for LiquidPlanner Classic.**
[LiquidPlanner New](https://www.liquidplanner.com/) (next.liquidplanner.com) is the next generation, built on an ultra fast architecture that updates in real time as things change. LiquidPlanner New came out in April 2021 and its API was released in August 2022. Visit the [API Guide for LiquidPlanner New](https://api-docs.liquidplanner.com) to see what it offers.
For a product comparison, please read the [Classic Customer FAQ] (https://www.liquidplanner.com/support/articles/classic-customer-faq-for-the-new-lp/) in the [Classic Product Support Center] (https://www.liquidplanner.com/lp-classic-support/).
Posted by Anne Susalski about 2 years ago
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.
Posted by Manthan about 2 years ago
Fetching project details based on attribute change?
How to fetch project details based on value change to one of the project attribute?
Posted by Manthan over 2 years ago
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.
Posted by David Bitan over 2 years ago
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 <
Posted by julien over 2 years ago
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 an easy way (other than manually opening LP and finding the newly created task and using copy and paste) to get the newly created task's ID. I'd like to be able to do this so that the task can be updated automatically from another app without having to go through the manual process of obtaining the task ID first?
done is this possible? can do if I have the ID
create new task in LP --> ???? get newly created task ID ???? ---> update the newly created task
Posted by Bob Cudmore over 2 years ago
Is there a way to make an API Token Read-Only?
Hello,
I have successfully written a an LP API program that automatically gets the data that I wish to process and processes the data. With this LP API program I wish to always just read. I was wondering if there was a way to set an API Token to "Read-Only"? And if not, would this potentially be considered in the future?
Thanks,
Bart
Posted by [email protected] over 2 years ago
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
returns with:
{"type":"Error","error":"BadArgument","message":"Expected a hash of attribute values for comment parameter"}curl: (3) nested brace in URL position 11:
'{comment:{comment:Written through API outside of LP - Hope your code is going well}}'
I've tried same without the single quotes as some have done and similar response, any ideas please?
Posted by bob cudmore over 2 years ago
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?
Posted by [email protected] over 2 years ago