GET api/seasons?Limit={Limit}&Page={Page}&StoreId={StoreId}

Receive a list of all product seasons

Request Information

URI Parameters

NameDescriptionTypeAdditional information
limit

Amount of results (default: 50) (maximum: 100)

integer

None.

page

Page to show (default: 1)

integer

None.

store_id

integer

None.

Body Parameters

None.

Response Information

Resource Description

SeasonsRootObject
NameDescriptionTypeAdditional information
seasons

Collection of SeasonDto

None.

Response Formats

application/json, text/json

Sample:
{
  "seasons": [
    {
      "value": "sample string 1"
    },
    {
      "value": "sample string 1"
    }
  ]
}

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.