GET api/rfidreadertypeapi/rfidreadertype/{type}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| type | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
RfidReaderTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
None. |
|
| description | string |
Required |
|
| id | globally unique identifier |
None. |
|
| type | string |
Required String length: inclusive between 0 and 100 |
Response Formats
application/json, text/json
Sample:
{
"active": true,
"description": "sample string 2",
"id": "f2c94155-4b9f-40a4-aeac-b63c4840fa61",
"type": "sample string 4"
}
application/xml, text/xml
Sample:
<rfid_reader_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel"> <active>true</active> <description>sample string 2</description> <id>f2c94155-4b9f-40a4-aeac-b63c4840fa61</id> <type>sample string 4</type> </rfid_reader_type>