Returns the data for a FoodSharePoint.
GET
/api/map/foodSharePoint/{foodSharePointId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
foodSharePointId*
Typestring
RequiredResponses
Successful
application/json
JSON
{
"name": "Demo Foodsharepoint",
"description": "This meeting is for demonstration purposes only. There is nothing to get here.",
"street": "Examplestreet 25",
"zipCode": "12345",
"city": "Sample town",
"picture": "/img/foodSharePointHead.jpg"
}