GET api/StatoRichiesteRestClient?guid={guid}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| guid | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
DTOStatoRichiesteRestClient| Name | Description | Type | Additional information |
|---|---|---|---|
| GuID | string |
None. |
|
| IdOperazione | enmRichiesteRestClientOpType |
None. |
|
| Stato | enmEsitoTotem |
None. |
|
| Descrizione | string |
String length: inclusive between 0 and 255 |
|
| DescrizioneErrore | string |
String length: inclusive between 0 and 255 |
|
| DataAgg | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"GuID": "sample string 1",
"IdOperazione": 0,
"Stato": 0,
"Descrizione": "sample string 2",
"DescrizioneErrore": "sample string 3",
"DataAgg": "2025-12-22T15:06:48.0794702"
}