GET api/Italia/ComuneAJAXbyName?q={q}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| q | string |
None. |
Body Parameters
None.
Response Information
Resource Description
Collection of Sede| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| text | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"id": 1,
"text": "sample string 2"
},
{
"id": 1,
"text": "sample string 2"
}
]
application/xml, text/xml
Sample:
<ArrayOfSede xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Inlinea.Astegiudiziarie.BL.Lavoro">
<Sede>
<id>1</id>
<text>sample string 2</text>
</Sede>
<Sede>
<id>1</id>
<text>sample string 2</text>
</Sede>
</ArrayOfSede>