GET api/API?Monitor={Monitor}&Plate={Plate}&Plates={Plates}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
Monitor

string

Required

Plate

string

Required

Plates

string

Required

Body Parameters

None.

Response Information

Resource Description

Collection of tbl_plate
NameDescriptionTypeAdditional information
Id

integer

None.

TopId

integer

None.

ClientId

integer

None.

TopClientId

integer

None.

PlateName

string

None.

PointX

string

None.

PointY

string

None.

Monitor

integer

None.

ComId

integer

None.

ConnectionMode

integer

None.

AddTime

date

None.

DefaultShow

integer

None.

IsDel

integer

None.

PlateTypeId

integer

None.

IsShow

integer

None.

Statusss

integer

None.

Area

decimal number

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "TopId": 2,
    "ClientId": 1,
    "TopClientId": 1,
    "PlateName": "sample string 3",
    "PointX": "sample string 4",
    "PointY": "sample string 5",
    "Monitor": 6,
    "ComId": 7,
    "ConnectionMode": 8,
    "AddTime": "2026-04-17T19:39:04.193496+08:00",
    "DefaultShow": 10,
    "IsDel": 11,
    "PlateTypeId": 12,
    "IsShow": 13,
    "Statusss": 14,
    "Area": 1.1
  },
  {
    "Id": 1,
    "TopId": 2,
    "ClientId": 1,
    "TopClientId": 1,
    "PlateName": "sample string 3",
    "PointX": "sample string 4",
    "PointY": "sample string 5",
    "Monitor": 6,
    "ComId": 7,
    "ConnectionMode": 8,
    "AddTime": "2026-04-17T19:39:04.193496+08:00",
    "DefaultShow": 10,
    "IsDel": 11,
    "PlateTypeId": 12,
    "IsShow": 13,
    "Statusss": 14,
    "Area": 1.1
  }
]

application/xml, text/xml

Sample:
<ArrayOftbl_plate xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Model">
  <tbl_plate>
    <AddTime>2026-04-17T19:39:04.193496+08:00</AddTime>
    <Area>1.1</Area>
    <ClientId>1</ClientId>
    <ComId>7</ComId>
    <ConnectionMode>8</ConnectionMode>
    <DefaultShow>10</DefaultShow>
    <Id>1</Id>
    <IsDel>11</IsDel>
    <IsShow>13</IsShow>
    <Monitor>6</Monitor>
    <PlateName>sample string 3</PlateName>
    <PlateTypeId>12</PlateTypeId>
    <PointX>sample string 4</PointX>
    <PointY>sample string 5</PointY>
    <Statusss>14</Statusss>
    <TopClientId>1</TopClientId>
    <TopId>2</TopId>
  </tbl_plate>
  <tbl_plate>
    <AddTime>2026-04-17T19:39:04.193496+08:00</AddTime>
    <Area>1.1</Area>
    <ClientId>1</ClientId>
    <ComId>7</ComId>
    <ConnectionMode>8</ConnectionMode>
    <DefaultShow>10</DefaultShow>
    <Id>1</Id>
    <IsDel>11</IsDel>
    <IsShow>13</IsShow>
    <Monitor>6</Monitor>
    <PlateName>sample string 3</PlateName>
    <PlateTypeId>12</PlateTypeId>
    <PointX>sample string 4</PointX>
    <PointY>sample string 5</PointY>
    <Statusss>14</Statusss>
    <TopClientId>1</TopClientId>
    <TopId>2</TopId>
  </tbl_plate>
</ArrayOftbl_plate>