POST api/getcatalogueslist

Request Information

URI Parameters

None.

Body Parameters

RequestParamAuctionEvents
NameDescriptionTypeAdditional information
filter

string

None.

startpage

integer

None.

pagesize

integer

None.

channelid

integer

None.

Request Formats

application/json, text/json

Sample:
{
  "filter": "sample string 1",
  "startpage": 2,
  "pagesize": 3,
  "channelid": 4
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

CatalogueResponse
NameDescriptionTypeAdditional information
lstcatalogues

Collection of CataloguesDataModel

None.

totalItems

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "lstcatalogues": [
    {
      "$id": "2",
      "RowNumber": 1,
      "Id": 2,
      "Title": "sample string 3",
      "Type": "sample string 4",
      "StartDate": "2025-12-18T13:44:26.6662465-05:00",
      "EndDate": "2025-12-18T13:44:26.6662465-05:00"
    },
    {
      "$ref": "2"
    }
  ],
  "totalItems": 1
}