API Guide > Technical Reference > Data Formats
|
|
Developer Forum - Ask the LiquidPlanner development team questions. Note that the LP iPhone app uses this same API. |
|
API Sample Code – See the API in action then give it a try. |
Enter a search term or try the Dev Forums for more answers.
LiquidPlanner uses a RESTful web service API. You can download the API Guide (PDF) for offline reference. Most actions that you can perform within the application can be automated using the API -- for example, you can create a task, comment on the task, track time against it, and then mark it done.
NEED HELP? Please post API questions in the API forums
JSON Responses
Responses to successful requests have a response body consisting of a JSON hash (for single records) or a JSON array of JSON hashes (for multiple records).
Date/Time Strings
Date/time representations should conform to ISO 8601
This format is:
[YYYY]-[MM]-[DD]T[hh]:[mm]:[ss][Z]
where Z is a literal ‘Z’ for GMT, or (+/-)hh:mm for an offset from GMT.


