Request Parameters:


Retrieve the topic detail


URL: ../Plugins/XcellenceIt.Plugin.Misc.NopRestApi/RemoteService/WebService.svc/TopicDetails


Parameter:

{

"apiSecretKey": "r102x99g112u110t118p105k109c105",

"storeId": "1",

"languageId":"1",

"topicId":"6",

"customerId":"1"

}


Response:


   {

       "TopicDetailsResult":

       {

           "Id": 6,

           "Message": null,

           "Body": "Online shopping is the process consumers go through to purchase products or services over the Internet. You can edit this in the admin

            site.If you have questions, see the Documentation, or post in the Forums at nopCommerce.com",

           "IncludeInSitemap": false,

           "IsPasswordProtected": false,

           "MetaDescription": null,

           "MetaKeywords": null,

           "MetaTitle": null,

           "SeName": "welcome-to-our-store",

           "SystemName": "HomePageText",

           "Title": "Welcome to our store"

       }

   }