Sign-in

LiquidPlanner
30-day free trial
30-second sign-up

About our forums

Our forum platform uses a separate login to identify you; it's not the same as your LiquidPlanner application login.

>> Login to the forums now 

If you wish to post and subscribe to change notifications, you will need to create a forum account.

After you login, you can access your profile by clicking your name floating at the top of the page. Clicking your name will also allow you to subscribe to e-mail change notification messages for the section you are currently looking at. 

Note, the forums are a public area. Do not post any private workspace content.

Join the LiquidPlanner Developer Forum > API filter timesheets with multiple criteria

I have gotten API timesheet data by start_date and end_date but not both together.
Why doesn't this work:
...timesheet_entries?start_date=2010-04-01&end_date=2010-05-01 -o mike.txt

Error is:
'end_date' is not recognized as an internal or external command
operable program or batch file

August 5, 2010 | Registered CommenterMichael Beland

The solution was to put double quotes around the command as in
"https .... timesheet_entries?start_date=2010-04-01&end_date=2010-05-01"

August 19, 2010 | Registered CommenterMichael Beland