Data Formats

This documentation is for LiquidPlanner New: next.liquidplanner.com

JSON

Responses to successful requests have a response body consisting of a JSON object (for single records) or an array of JSON objects (for multiple records).

Exports

The following Endpoints can be downloaded into an Excel file.

  • Project, Task or Assignment Grid View data
  • Timesheet Export data

Date and Time Strings

Date/time representations should conform to the following subset of ISO 8601. The format is [YYYY]-[MM]-[DD]T[hh]:[mm]:[ss][Z]

In the filter string, supply date values in the UTC dateTime format:?expectedStart[gt]=”2022-11-09T00:00:00Z”.

Exceptions
The logged-time-entries endpoint and the timesheet export endpoints accept a simple ISO 8601 date format without the timestamp, like this:?date[between]=["2022-07-01","2022-07-31"].


What’s Next