Request Parameters:


Retrieve the News List.


URL : ../Api/Client/NewsList


Header:

Content-Type:application/json


Case-1. Success Response :
Parameter:
{

  "ApiSecretKey": "h109c120l107f108j98v112z117u109",

  "StoreId":"1",

  "LanguageId":"1"

}
Response :
{

    "Status": 1,

    "Message": "Success.",

    "Data": [

        {

            "Id": 3,

            "Title": "New online store is open!",

            "Short": "The new nopCommerce store is open now! We are very excited to offer our new range of products. We will be constantly adding to our range so please register on our site.",

            "Full": "<p>Our online store is officially up and running. Stock up for the holiday season! We have a great selection of items. We will be constantly adding to our range so please register on our site, this will enable you to keep up to date with any new products.</p>\r\n<p>All shipping is worldwide and will leave the same day an order is placed! Happy Shopping and spread the word!!</p>",

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "new-online-store-is-open",

            "CreatedOnUtc": "2020-11-26T08:43:36.9319279"

        },

        {

            "Id": 2,

            "Title": "nopCommerce new release!",

            "Short": "nopCommerce includes everything you need to begin your e-commerce online store. We have thought of everything and it's all included! nopCommerce is a fully customizable shopping cart",

            "Full": "<p>nopCommerce includes everything you need to begin your e-commerce online store. We have thought of everything and it's all included!</p>",

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "nopcommerce-new-release",

            "CreatedOnUtc": "2020-11-26T08:43:35.9319273"

        },

        {

            "Id": 1,

            "Title": "About nopCommerce",

            "Short": "It's stable and highly usable. From downloads to documentation, www.nopCommerce.com offers a comprehensive base of information, resources, and support to the nopCommerce community.",

            "Full": "<p>For full feature list go to <a href=\"https://www.nopCommerce.com\">nopCommerce.com</a></p><p>Providing outstanding custom search engine optimization, web development services and e-commerce development solutions to our clients at a fair price in a professional manner.</p>",

            "MetaKeywords": null,

            "MetaDescription": null,

            "MetaTitle": null,

            "SeName": "about-nopcommerce",

            "CreatedOnUtc": "2020-11-26T08:43:34.931836"

        }

    ],

    "ValidationMessage": [],

    "ErrorMessage": null

}