• Share
    • Twitter
    • LinkedIn
    • Facebook
    • Email
  • Feedback
  • Edit
Show / Hide Table of Contents

faqgetMostReadEntries

Some tooltip text!
• 1 minute to read
 • 1 minute to read

Description

Finds the most read entries in a category. The most-read entries first.

In parameters

Parameter Description
sessionKey A valid session key. If empty only public entries will be listed.
categoryId The category. -1 indicated root node.
maxEntries Maximum number of entries to retrieve

Out parameters

Parameter Description
errorCode See list of codes
faqEntries An array of the most read entries. See description.

Example

customer.customerService custService = new customer.customerService();
string sessionKey;

if(custService.login("test","test", out sessionKey) == "0")
{
  string maxEntries ="10";
  customer.FaqEntryStruct[] faqEntries;
  string res = custService.faq_getMostReadEntries(sessionKey,"-1",maxEntries, out faqEntries);
}
© SuperOffice. All rights reserved.
SuperOffice |  Community |  Release Notes |  Privacy |  Site feedback |  Search Docs |  About Docs |  Contribute |  Back to top