Updated: 1st August 2016

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

Video

GET

The video feed provides a way to archive embedded videos.

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":"45",
  • "title":"Video title",
  • "description":"Video description",
  • "video":"<object width=\"480\" height=\"385\"><param name=\"movie\" value=\"http://www.youtube.com/v/gv521YkDrwg?fs=1&amphl=en_US\"></param><param name=\"allowFullScreen\" value=\"true\"></param><param name=\"allowscriptaccess\" value=\"always\"></param><embed src=\"http://www.youtube.com/v/gv521YkDrwg?fs=1&amphl=en_US\" type=\"application/x-shockwave-flash\" allowscriptaccess=\"always\" allowfullscreen=\"true\" width=\"480\" height=\"385\"></embed></object>",
  • "duration":"2:53",
  • "image":"http://media.inzu.net/user/mysite/video/img_45.png",
  • "date":"1286377809",
  • "tags":"Tag1, Tag2, Tag3"
  • }