GET api/TotemInfoStampante?idCassa={idCassa}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| idCassa | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOStampante| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | integer |
None. |
|
| TipoStampante | TipoStampante |
None. |
|
| NomeStampante | string |
None. |
|
| LastStatusId | integer |
None. |
|
| LastStatusDate | date |
None. |
|
| LastStatusFrom | string |
None. |
|
| LastErrLevelId | integer |
None. |
|
| LastStatusDescription | string |
None. |
|
| Ip | string |
None. |
|
| Port | integer |
None. |
|
| MatricolaFiscale | string |
None. |
Response Formats
application/json, text/json
Sample:
{
"Id": 1,
"TipoStampante": 0,
"NomeStampante": "sample string 2",
"LastStatusId": 1,
"LastStatusDate": "2025-12-22T15:12:25.6151583",
"LastStatusFrom": "sample string 3",
"LastErrLevelId": 1,
"LastStatusDescription": "sample string 4",
"Ip": "sample string 5",
"Port": 6,
"MatricolaFiscale": "sample string 7"
}