GET api/Surveys/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
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,
"name": "sample string 2",
"favorite_color": "sample string 3",
"favorite_pizza": "sample string 4",
"latitude": 1.0,
"longitude": 1.0,
"image": "QEA="
}