GET api/Ubicazione?descrizione={descrizione}
Ritorna l'ubicazione che contiene la descrizione selezionata. Se descrizione "vuota" ritorna tutte le ubicazioni.
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| descrizione | string |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of DTOUbicazione| Name | Description | Type | Additional information |
|---|---|---|---|
| IdUbicazione | integer |
None. |
|
| Ubicazione | string |
String length: inclusive between 0 and 100 |
|
| Locked | string |
String length: inclusive between 0 and 255 |
|
| Ordinamento | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"IdUbicazione": 1,
"Ubicazione": "sample string 1",
"Locked": "sample string 2",
"Ordinamento": 1
},
{
"IdUbicazione": 1,
"Ubicazione": "sample string 1",
"Locked": "sample string 2",
"Ordinamento": 1
}
]