GET api/TorqueWrench

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of TorqueWrench
NameDescriptionTypeAdditional information
Id

integer

None.

Serial

string

None.

TorqueWrenchType

integer

None.

Description

string

None.

Deleted

boolean

None.

TorqueWrenchTypeName

string

None.

Response Formats

application/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'application/json'. Exception message: Error getting value from 'TorqueWrenchTypeName' on 'DMHEntities.TorqueWrench'.

text/json

Sample:

An exception has occurred while using the formatter 'JsonMediaTypeFormatter' to generate sample for media type 'text/json'. Exception message: Error getting value from 'TorqueWrenchTypeName' on 'DMHEntities.TorqueWrench'.

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>