GET api/MotorSelection/GetAllMotorData
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Motor_Selection| Name | Description | Type | Additional information |
|---|---|---|---|
| Page | string |
None. |
|
| Feeder | string |
None. |
|
| SCPD | string |
None. |
|
| Standard | string |
None. |
|
| Motor_Type | string |
None. |
|
| hp | decimal number |
None. |
|
| kW | decimal number |
None. |
|
| Current_Line | decimal number |
None. |
|
| Current_Phase | decimal number |
None. |
|
| Contactor_Line | string |
None. |
|
| Contactor_Star | string |
None. |
|
| Contactor_Delta | string |
None. |
|
| OverloadRelay_Type | string |
None. |
|
| OverloadRelay_Range | string |
None. |
|
| Type | string |
None. |
|
| Size | string |
None. |
|
| Rating | string |
None. |
|
| SDF | string |
None. |
|
| ID | integer |
None. |
|
| Priority | integer |
None. |
|
| Second_Priority | integer |
None. |
|
| Remark | string |
None. |
|
| SSMA_TimeStamp | Collection of byte |
None. |
|
| Active | boolean |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Page": "sample string 1",
"Feeder": "sample string 2",
"SCPD": "sample string 3",
"Standard": "sample string 4",
"Motor_Type": "sample string 5",
"hp": 1.0,
"kW": 1.0,
"Current_Line": 1.0,
"Current_Phase": 1.0,
"Contactor_Line": "sample string 6",
"Contactor_Star": "sample string 7",
"Contactor_Delta": "sample string 8",
"OverloadRelay_Type": "sample string 9",
"OverloadRelay_Range": "sample string 10",
"Type": "sample string 11",
"Size": "sample string 12",
"Rating": "sample string 13",
"SDF": "sample string 14",
"ID": 15,
"Priority": 1,
"Second_Priority": 1,
"Remark": "sample string 16",
"SSMA_TimeStamp": "QEA=",
"Active": true
},
{
"Page": "sample string 1",
"Feeder": "sample string 2",
"SCPD": "sample string 3",
"Standard": "sample string 4",
"Motor_Type": "sample string 5",
"hp": 1.0,
"kW": 1.0,
"Current_Line": 1.0,
"Current_Phase": 1.0,
"Contactor_Line": "sample string 6",
"Contactor_Star": "sample string 7",
"Contactor_Delta": "sample string 8",
"OverloadRelay_Type": "sample string 9",
"OverloadRelay_Range": "sample string 10",
"Type": "sample string 11",
"Size": "sample string 12",
"Rating": "sample string 13",
"SDF": "sample string 14",
"ID": 15,
"Priority": 1,
"Second_Priority": 1,
"Remark": "sample string 16",
"SSMA_TimeStamp": "QEA=",
"Active": true
}
]
application/xml, text/xml
Sample:
<ArrayOfMotor_Selection xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/LegioWebAPI.Models">
<Motor_Selection>
<Active>true</Active>
<Contactor_Delta>sample string 8</Contactor_Delta>
<Contactor_Line>sample string 6</Contactor_Line>
<Contactor_Star>sample string 7</Contactor_Star>
<Current_Line>1</Current_Line>
<Current_Phase>1</Current_Phase>
<Feeder>sample string 2</Feeder>
<ID>15</ID>
<Motor_Type>sample string 5</Motor_Type>
<OverloadRelay_Range>sample string 10</OverloadRelay_Range>
<OverloadRelay_Type>sample string 9</OverloadRelay_Type>
<Page>sample string 1</Page>
<Priority>1</Priority>
<Rating>sample string 13</Rating>
<Remark>sample string 16</Remark>
<SCPD>sample string 3</SCPD>
<SDF>sample string 14</SDF>
<SSMA_TimeStamp>QEA=</SSMA_TimeStamp>
<Second_Priority>1</Second_Priority>
<Size>sample string 12</Size>
<Standard>sample string 4</Standard>
<Type>sample string 11</Type>
<hp>1</hp>
<kW>1</kW>
</Motor_Selection>
<Motor_Selection>
<Active>true</Active>
<Contactor_Delta>sample string 8</Contactor_Delta>
<Contactor_Line>sample string 6</Contactor_Line>
<Contactor_Star>sample string 7</Contactor_Star>
<Current_Line>1</Current_Line>
<Current_Phase>1</Current_Phase>
<Feeder>sample string 2</Feeder>
<ID>15</ID>
<Motor_Type>sample string 5</Motor_Type>
<OverloadRelay_Range>sample string 10</OverloadRelay_Range>
<OverloadRelay_Type>sample string 9</OverloadRelay_Type>
<Page>sample string 1</Page>
<Priority>1</Priority>
<Rating>sample string 13</Rating>
<Remark>sample string 16</Remark>
<SCPD>sample string 3</SCPD>
<SDF>sample string 14</SDF>
<SSMA_TimeStamp>QEA=</SSMA_TimeStamp>
<Second_Priority>1</Second_Priority>
<Size>sample string 12</Size>
<Standard>sample string 4</Standard>
<Type>sample string 11</Type>
<hp>1</hp>
<kW>1</kW>
</Motor_Selection>
</ArrayOfMotor_Selection>