Updated: 1st August 2016

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

Catalogue

GET

An archive/library of your products, ideal for a discography.

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":"54",
  • "code":"CODE01",
  • "title":"Entry title",
  • "description":"Entry description",
  • "HTML_link":"https://www.inzu.net",
  • "image":"https://media.inzu.net/user/mysite/catalogue/img_54.png",
  • "date":"1287442800",
  • "tags":"Tag1, Tag2, Tag3"
  • }