Parameters
- latest (boolean)display the most recent entry
- order (entry_id) (date)order results by entry date or entry id, defaults to entry_id
- order_type (ASC) (DESC)descending or ascending, used with "order" parameter
- page (int)currently selected page
- page_rows (int)number of rows per page
- tags (string)display only entries with matching tag(s) (comma separated)
- tagsHide (string)ommit matching tagged entries
- entry_id (int)display a specific entry
JSON Output
- {
- "entry_id":"453",
- "title":"Terms & Conditions",
- "entry":"Your agreement with us...",
- "tags":"Tag1, Tag2, Tag3" }