LiquidPlanner Classic Forum

Ask a Question
ANSWERED
ANSWERED
ANSWERED

Can you obtain a trend chart image (as JPEG or PDF) by calling the API

*Posted on behalf of Ed Dennison. Original posting date 2015-09-11.* Is there any way to use the API to obtain an image for a trend chart or other LP graphic through the API?
ANSWERED

Compiling Hours for an Activity via the API

*Posted on behalf of Colin Pickup. Original posting date 2015-09-10.* I am trying to compile the hours of support work done in the company workspace using the API. For this to work, I need to be able to link a timesheet with an activity or assignment using the API, but I can't see how these two might be linked. Support is one of the activity types in our workspace, I need to sum the hours every month for each client. That is to say, this month 10 hours were spent on support for client X and 5 for client 5. From the looks of things, I can see when hours were actioned using the timesheets, but these are not broken down by activity. I can see the activity on the task assignment, and the number of hours logged, but it has no record of *when* the hours are logged. Is there a way to link these two using the API?
ANSWERED

Is it possible to create a cross-reference link via API?

*Posted on behalf of a customer. Original posting date 2015-08-20.* Is there a way to create a cross reference link via the API (other than creating two separate links on each task)? From what I can tell, there doesn't appear to be any way to post (or even view) a cross reference via the API.
ANSWERED
ANSWERED
ANSWERED

Exporting Data to a csv

*Posted on behalf of William Calhoun. Original posting date 2015-07-21.* Hello, I am trying to mimic the "export tasks to csv" output using the API. To my understanding there is no direct function in the API for exporting to csv. I am trying to recreate the process by building off the python code you attach in your "sample API code". I can write out the JSON objects of all the levels of hierarchy. Tasks, Projects, Packages, Folders, Events, Milestones However each csv is quite messy and none of them look anything like the 'export tasks to csv' output. I have access to the space I want and can access any element I want. I want to recreate the output of the 'export tasks to csv' as closely as possible. Below is my modified code where I can export projects and tasks separately. Any help would be much appreciated! Attached is my modified python file, the output of me exporting projects and tasks. And the output that you get from using the GUI's 'export tasks to csv' (liquid planner output one)
ANSWERED
ANSWERED

How to display Contract Value via API

*Posted on behalf of a customer. Original posting date 2015-06-19.* I have project using the REST API to display the Contract Value for a Project ID. My Manager, who should have the necessary rights, still sees a 0 value. Can you please explain how this value is granted viewable rights and how to access it properly?