GET api/Ubicazione
Ritorna tutte le ubicazioni
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
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
}