GET api/Surveys
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Survey| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
None. |
|
| name | string |
None. |
|
| favorite_color | string |
None. |
|
| favorite_pizza | string |
None. |
|
| latitude | decimal number |
None. |
|
| longitude | decimal number |
None. |
|
| image | Collection of byte |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"$id": "1",
"id": 1,
"name": "sample string 2",
"favorite_color": "sample string 3",
"favorite_pizza": "sample string 4",
"latitude": 1.0,
"longitude": 1.0,
"image": "QEA="
},
{
"$ref": "1"
}
]