GET api/getTypeList/page

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ApiResultOfListOfRealModel
NameDescriptionTypeAdditional information
Code

integer

None.

Message

string

None.

Data

Collection of RealModel

None.

Response Formats

application/json, text/json

Sample:
{
  "Code": 200,
  "Message": "sample string 2",
  "Data": [
    {
      "id": 1,
      "name": "sample string 2",
      "checklist": [
        {
          "name": "sample string 1",
          "code": "sample string 2",
          "datatime": "sample string 3",
          "aiDataList": [
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            },
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            }
          ]
        },
        {
          "name": "sample string 1",
          "code": "sample string 2",
          "datatime": "sample string 3",
          "aiDataList": [
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            },
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            }
          ]
        }
      ]
    },
    {
      "id": 1,
      "name": "sample string 2",
      "checklist": [
        {
          "name": "sample string 1",
          "code": "sample string 2",
          "datatime": "sample string 3",
          "aiDataList": [
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            },
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            }
          ]
        },
        {
          "name": "sample string 1",
          "code": "sample string 2",
          "datatime": "sample string 3",
          "aiDataList": [
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            },
            {
              "_AiCode": "sample string 7",
              "_AiName": "sample string 6",
              "_AiValue": 1.1,
              "_AiLowWarningAmount": 1.1,
              "_AiHeightWarningAmount": 1.1,
              "_AiHighAmount": 1.1,
              "_AiLowAmount": 1.1,
              "_date": "2026-01-11T08:58:11.1515859+08:00",
              "_AiUnit": "sample string 3",
              "_WQ": "sample string 1",
              "_state": "sample string 2",
              "_IsAlarm": true
            }
          ]
        }
      ]
    }
  ]
}

application/xml, text/xml

Sample:
<ApiResultOfArrayOfRealModelAEbSR8nT xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/YC.Core" />