Knowledge Base

Retrieving News

Article ID: 383
Last updated: 30 Oct, 2019

All API URLs listed here must be prefixed by the root API URL.
Example: http://domain.com/kb/ or https://kb.domain.com/

Retrieve News Entry

GET api.php?call=news&id=[id]

Arguments:

  • skip_hit (optional) - Do not count entry hit. If this argument is omitted, it defaults to 0.
  • img_rpath (optional) - Use relative path for images in article body instead of absolute path. If this argument is omitted, it defaults to 0.

News List

GET api.php?call=news

Arguments: 

  • year (optional) - Year when news posted. News posted in year equal to this value will be returned. The year should be in format YYYY.
  • method (optional) -  Specifies method. If specified, sort and page argument will be ignored.
    Valid values include: 
     - recent (recent news will be returned).
  • limit (optional) - Number of news entries to return per page. If this argument is omitted, it defaults to 10. The maximum allowed value is 100.
  • page (optional) - The page number of results to return. If this argument is omitted, it defaults to 1.
Article ID: 383
Last updated: 30 Oct, 2019
Revision: 14
Access: Public
Views: 4221
Comments: 0