Updated: 1st August 2016

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

People

GET

The people feed allows you to create detailed personal profiles.

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":"118",
  • "name":"Person's name",
  • "sex":"male",
  • "qualifications":"PHD",
  • "role":"Accountant",
  • "department":"Admin",
  • "email":"john@doe.com",
  • "phone":"+(44) 0 207 288 989",
  • "biography":"Biography text",
  • "birthday":"08/01/1975",
  • "interests":"Baseball, fishing, movies",
  • "testimonials":"A truly amazing individual",
  • "link_1":"https://www.inzu.net",
  • "link_2":"https://www.inzu.net",
  • "link_3":"https://www.inzu.net",
  • "image":"https://media.inzu.net/user/mysite/people/img_118.png",
  • "date":"1286378076",
  • "tags":"Tag1, Tag2, Tag3"
  • }