List store info

Lists StoreInfo as a PagedList. This will list info for all Stores.

Request
query Parameters
pageNo
string

Page numbers start with 1. Default is 1. If you specify a pageNo out side the range of items, an empty list will be returned.

pageSize
string

Number of items to display per page.

cultureCode
string

Specifies in which language to display culture specific information. If none is supplied, value is resolved from Application.

Responses
200

Success

500

Internal Server Error

get/ApplicationService.svc/rest/ListStoreInfo
Response samples
{
  • "ItemCount": 0,
  • "Items": [
    ]
}