Updated: 1st August 2016

https://api.inzu.net/1.5/cms/blog

Archive of blog postings.

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
  • ------- -
  • category (string)match by category
  • entry_id (int)display a specific entry
  • select (string)retrieve only certain fields for speed (comma separated)

JSON Output

    {
  • "entry_id":"9",
  • "title":"Blog entry title",
  • "description":"Description of blog entry",
  • "category":"Blog",
  • "article":"The blog article",
  • "date":"1295980972",
  • "tags":"Tag1, Tag2, Tag3",
  • "image_list" : [
      {
      • "image":"https://media.inzu.net/user/mysite/blog/9/img_1295980913.png",
      • "image_thumb":"https://media.inzu.net/user/mysite/blog/9/thumbimg_1295980913.png",
      • "caption":"Image caption",
      • "width":"900",
      • "height":"450"
    • }
    ],
  • "file_list" : [
      {
      • "fine":"https://media.inzu.net/user/mysite/blog/9/1_picture_80.jpg",
      • "decsription":"File 1"
    • }
    ],
  • "comments" : [
      {
      • "author":"Jon Doe",
      • "comment":"This is such a great post, thanks!"
    • }
    ]
  • }