GET api/License/getInfoMachine?licenseId={licenseId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| licenseId | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of HWDiscovery| Name | Description | Type | Additional information |
|---|---|---|---|
| idrecord | integer |
None. |
|
| iduser | integer |
None. |
|
| Campo | string |
None. |
|
| Gruppo | string |
None. |
|
| Valore | string |
None. |
|
| SearchProperty | string |
None. |
|
| LastUpdate | date |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"idrecord": 1,
"iduser": 1,
"Campo": "sample string 2",
"Gruppo": "sample string 3",
"Valore": "sample string 4",
"SearchProperty": "sample string 5",
"LastUpdate": "2025-12-18T19:50:10.1375639+01:00"
},
{
"idrecord": 1,
"iduser": 1,
"Campo": "sample string 2",
"Gruppo": "sample string 3",
"Valore": "sample string 4",
"SearchProperty": "sample string 5",
"LastUpdate": "2025-12-18T19:50:10.1375639+01:00"
}
]
application/xml, text/xml
Sample:
<ArrayOfHWDiscovery xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/WebServiceLMS6Auth">
<HWDiscovery>
<Campo>sample string 2</Campo>
<Gruppo>sample string 3</Gruppo>
<LastUpdate>2025-12-18T19:50:10.1375639+01:00</LastUpdate>
<SearchProperty>sample string 5</SearchProperty>
<Valore>sample string 4</Valore>
<idrecord>1</idrecord>
<iduser>1</iduser>
</HWDiscovery>
<HWDiscovery>
<Campo>sample string 2</Campo>
<Gruppo>sample string 3</Gruppo>
<LastUpdate>2025-12-18T19:50:10.1375639+01:00</LastUpdate>
<SearchProperty>sample string 5</SearchProperty>
<Valore>sample string 4</Valore>
<idrecord>1</idrecord>
<iduser>1</iduser>
</HWDiscovery>
</ArrayOfHWDiscovery>