GET api/cabreadertypeapi/cabreadertypes?active={active}&lastUpdate={lastUpdate}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
None. |
|
| lastUpdate | date |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of CabReaderTypeViewModel| Name | Description | Type | Additional information |
|---|---|---|---|
| active | boolean |
Required |
|
| 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": "a4a77dd9-fbfa-47c2-be95-0d0525218a80",
"type": "sample string 4"
},
{
"active": true,
"description": "sample string 2",
"id": "a4a77dd9-fbfa-47c2-be95-0d0525218a80",
"type": "sample string 4"
}
]
application/xml, text/xml
Sample:
<ArrayOfcab_reader_type xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/EntityModel">
<cab_reader_type>
<active>true</active>
<description>sample string 2</description>
<id>a4a77dd9-fbfa-47c2-be95-0d0525218a80</id>
<type>sample string 4</type>
</cab_reader_type>
<cab_reader_type>
<active>true</active>
<description>sample string 2</description>
<id>a4a77dd9-fbfa-47c2-be95-0d0525218a80</id>
<type>sample string 4</type>
</cab_reader_type>
</ArrayOfcab_reader_type>