Skip to content

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
Required

Responses

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"
}

Playground

Authorization
Variables
Key
Value

Samples

cURL
JavaScript
PHP
Python