GET exam/v1/plan

获取考试计划列表

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

SOAResultOfListOfgexam_plans
NameDescriptionTypeAdditional information
DataCount

integer

None.

Status

integer

None.

Msg

string

None.

DataList

Collection of gexam_plans

None.

rows

Collection of gexam_plans

None.

Response Formats

application/json, text/json

Sample:
{
  "DataCount": 1,
  "Status": 2,
  "Msg": "sample string 3",
  "DataList": [
    {
      "CP_PlanID": "84ad5179-3eae-4ef4-a5c8-932ce0cf049d",
      "CP_SerialCode": "sample string 2",
      "CP_PlanName": "sample string 3",
      "CP_AreaCode": "sample string 4",
      "CP_Type": 1,
      "CP_PlanStart": "2023-04-01T11:47:47.6002569+08:00",
      "CP_PlanEnd": "2023-04-01T11:47:47.6002569+08:00",
      "CP_State": 1,
      "CP_SignUpState": 5
    },
    {
      "CP_PlanID": "84ad5179-3eae-4ef4-a5c8-932ce0cf049d",
      "CP_SerialCode": "sample string 2",
      "CP_PlanName": "sample string 3",
      "CP_AreaCode": "sample string 4",
      "CP_Type": 1,
      "CP_PlanStart": "2023-04-01T11:47:47.6002569+08:00",
      "CP_PlanEnd": "2023-04-01T11:47:47.6002569+08:00",
      "CP_State": 1,
      "CP_SignUpState": 5
    }
  ],
  "rows": [
    {
      "CP_PlanID": "84ad5179-3eae-4ef4-a5c8-932ce0cf049d",
      "CP_SerialCode": "sample string 2",
      "CP_PlanName": "sample string 3",
      "CP_AreaCode": "sample string 4",
      "CP_Type": 1,
      "CP_PlanStart": "2023-04-01T11:47:47.6002569+08:00",
      "CP_PlanEnd": "2023-04-01T11:47:47.6002569+08:00",
      "CP_State": 1,
      "CP_SignUpState": 5
    },
    {
      "CP_PlanID": "84ad5179-3eae-4ef4-a5c8-932ce0cf049d",
      "CP_SerialCode": "sample string 2",
      "CP_PlanName": "sample string 3",
      "CP_AreaCode": "sample string 4",
      "CP_Type": 1,
      "CP_PlanStart": "2023-04-01T11:47:47.6002569+08:00",
      "CP_PlanEnd": "2023-04-01T11:47:47.6002569+08:00",
      "CP_State": 1,
      "CP_SignUpState": 5
    }
  ]
}

application/xml, text/xml

Sample:
<SOAResultOfArrayOfgexam_plans4YOzDbBk xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Utility">
  <DataCount>1</DataCount>
  <DataList xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataEntity">
    <d2p1:gexam_plans>
      <d2p1:CP_AreaCode>sample string 4</d2p1:CP_AreaCode>
      <d2p1:CP_PlanEnd>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanEnd>
      <d2p1:CP_PlanID>84ad5179-3eae-4ef4-a5c8-932ce0cf049d</d2p1:CP_PlanID>
      <d2p1:CP_PlanName>sample string 3</d2p1:CP_PlanName>
      <d2p1:CP_PlanStart>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanStart>
      <d2p1:CP_SerialCode>sample string 2</d2p1:CP_SerialCode>
      <d2p1:CP_SignUpState>5</d2p1:CP_SignUpState>
      <d2p1:CP_State>1</d2p1:CP_State>
      <d2p1:CP_Type>1</d2p1:CP_Type>
    </d2p1:gexam_plans>
    <d2p1:gexam_plans>
      <d2p1:CP_AreaCode>sample string 4</d2p1:CP_AreaCode>
      <d2p1:CP_PlanEnd>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanEnd>
      <d2p1:CP_PlanID>84ad5179-3eae-4ef4-a5c8-932ce0cf049d</d2p1:CP_PlanID>
      <d2p1:CP_PlanName>sample string 3</d2p1:CP_PlanName>
      <d2p1:CP_PlanStart>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanStart>
      <d2p1:CP_SerialCode>sample string 2</d2p1:CP_SerialCode>
      <d2p1:CP_SignUpState>5</d2p1:CP_SignUpState>
      <d2p1:CP_State>1</d2p1:CP_State>
      <d2p1:CP_Type>1</d2p1:CP_Type>
    </d2p1:gexam_plans>
  </DataList>
  <Msg>sample string 3</Msg>
  <Status>2</Status>
  <rows xmlns:d2p1="http://schemas.datacontract.org/2004/07/DataEntity">
    <d2p1:gexam_plans>
      <d2p1:CP_AreaCode>sample string 4</d2p1:CP_AreaCode>
      <d2p1:CP_PlanEnd>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanEnd>
      <d2p1:CP_PlanID>84ad5179-3eae-4ef4-a5c8-932ce0cf049d</d2p1:CP_PlanID>
      <d2p1:CP_PlanName>sample string 3</d2p1:CP_PlanName>
      <d2p1:CP_PlanStart>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanStart>
      <d2p1:CP_SerialCode>sample string 2</d2p1:CP_SerialCode>
      <d2p1:CP_SignUpState>5</d2p1:CP_SignUpState>
      <d2p1:CP_State>1</d2p1:CP_State>
      <d2p1:CP_Type>1</d2p1:CP_Type>
    </d2p1:gexam_plans>
    <d2p1:gexam_plans>
      <d2p1:CP_AreaCode>sample string 4</d2p1:CP_AreaCode>
      <d2p1:CP_PlanEnd>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanEnd>
      <d2p1:CP_PlanID>84ad5179-3eae-4ef4-a5c8-932ce0cf049d</d2p1:CP_PlanID>
      <d2p1:CP_PlanName>sample string 3</d2p1:CP_PlanName>
      <d2p1:CP_PlanStart>2023-04-01T11:47:47.6002569+08:00</d2p1:CP_PlanStart>
      <d2p1:CP_SerialCode>sample string 2</d2p1:CP_SerialCode>
      <d2p1:CP_SignUpState>5</d2p1:CP_SignUpState>
      <d2p1:CP_State>1</d2p1:CP_State>
      <d2p1:CP_Type>1</d2p1:CP_Type>
    </d2p1:gexam_plans>
  </rows>
</SOAResultOfArrayOfgexam_plans4YOzDbBk>