Updated: 1st August 2016

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

Gallery

GET

Image galleries with captions.

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
  • select (string)retrieve only certain fields for speed (comma separated)

JSON Output

    {
  • "entry_id":"89",
  • "title":"Gallery Title",
  • "description":"Gallery description",
  • "date":"1286377115",
  • "tags":"Tag1, Tag2, Tag3",
  • "image_list" : [
      {
      • "image":"https://media.inzu.net/user/mysite/gallery/89/img_1286377132.png",
      • "image_thumb":"https://media.inzu.net/user/mysite/gallery/89/thumbimg_1286377132.png",
      • "caption":"Gallery image 1",
      • "width":"900",
      • "height":"450"
    • }
    ]
  • }