GET api/HTGL/VueGet

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

VueGet_v1
NameDescriptionTypeAdditional information
code

integer

None.

message

string

None.

data

Collection of VueGet_v

None.

Response Formats

application/json, text/json

Sample:
{
  "code": 1,
  "message": "sample string 2",
  "data": [
    {
      "name": "sample string 1",
      "image": "sample string 2",
      "gender": 3,
      "job": "sample string 4",
      "date": "2025-12-06T12:29:57.7701349+08:00",
      "updatetime": "2025-12-06T12:29:57.7701349+08:00"
    },
    {
      "name": "sample string 1",
      "image": "sample string 2",
      "gender": 3,
      "job": "sample string 4",
      "date": "2025-12-06T12:29:57.7701349+08:00",
      "updatetime": "2025-12-06T12:29:57.7701349+08:00"
    }
  ]
}

application/xml, text/xml

Sample:
<HTGLController.VueGet_v1 xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ScreenMachine.Controllers">
  <code>1</code>
  <data>
    <HTGLController.VueGet_v>
      <date>2025-12-06T12:29:57.7701349+08:00</date>
      <gender>3</gender>
      <image>sample string 2</image>
      <job>sample string 4</job>
      <name>sample string 1</name>
      <updatetime>2025-12-06T12:29:57.7701349+08:00</updatetime>
    </HTGLController.VueGet_v>
    <HTGLController.VueGet_v>
      <date>2025-12-06T12:29:57.7701349+08:00</date>
      <gender>3</gender>
      <image>sample string 2</image>
      <job>sample string 4</job>
      <name>sample string 1</name>
      <updatetime>2025-12-06T12:29:57.7701349+08:00</updatetime>
    </HTGLController.VueGet_v>
  </data>
  <message>sample string 2</message>
</HTGLController.VueGet_v1>