GET api/Hopper/{id}?locationId={locationId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| locationId | integer |
Required |
|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Hopper| Name | Description | Type | Additional information |
|---|---|---|---|
| isPseudoHopper | boolean |
None. |
|
| deviceId | integer |
None. |
|
| address | integer |
None. |
|
| currentTransactionSessionId | integer |
None. |
|
| currentStatus | HopperStatus |
None. |
|
| isDispensing | boolean |
None. |
|
| isMaster | boolean |
None. |
|
| maximum | integer |
None. |
|
| dateCreated | date |
None. |
|
| enabled | boolean |
None. |
|
| id | integer |
None. |
|
| name | string |
None. |
|
| displayName | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"isPseudoHopper": false,
"deviceId": 2,
"address": 1,
"currentTransactionSessionId": 1,
"currentStatus": null,
"isDispensing": true,
"isMaster": true,
"maximum": 5,
"dateCreated": "2025-12-10T11:57:26.7199808+00:00",
"enabled": true,
"id": 8,
"name": "sample string 9",
"displayName": "sample string 10"
}
application/xml
Sample:
text/xml
Sample: