POST api/quizCollection/pageListByType

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "collectionType": 1,
  "quizType": 2,
  "state": 3,
  "quizBatch": "sample string 4",
  "quizPath": "sample string 5",
  "page": 6,
  "limit": 7,
  "appid": 8
}

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "returnCode": "sample string 1",
  "returnMsg": "sample string 2",
  "resultCode": "sample string 3",
  "errorCode": "sample string 4",
  "errorCodeDes": "sample string 5",
  "currentTime": "2025-04-04 21:13:58",
  "data": {}
}