GET api/TorqueWrench
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of TorqueWrench| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| Serial | string |
None. |
|
| TorqueWrenchType | integer |
None. |
|
| Description | string |
None. |
|
| Deleted | boolean |
None. |
|
| TorqueWrenchTypeName | string |
None. |
Response Formats
application/json
Sample:
text/json
Sample:
application/xml, text/xml
Sample:
<ArrayOfTorqueWrench xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/DMHEntities">
<TorqueWrench>
<Deleted>true</Deleted>
<Description>sample string 4</Description>
<Id>1</Id>
<Serial>sample string 2</Serial>
<TorqueWrenchType>3</TorqueWrenchType>
</TorqueWrench>
<TorqueWrench>
<Deleted>true</Deleted>
<Description>sample string 4</Description>
<Id>1</Id>
<Serial>sample string 2</Serial>
<TorqueWrenchType>3</TorqueWrenchType>
</TorqueWrench>
</ArrayOfTorqueWrench>