Returns the data for the bubble of a basket marker on the map.
GET
/api/map/baskets/{basketId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
basketId*
Typestring
RequiredQuery Parameters
basketId
Basket for which to return data
Typestring
Default
nullPattern
"\\d+"Responses
Successful
application/json
JSON
{
"id": -1,
"description": "string",
"createdAt": "string",
"creator": {
"id": 342528,
"name": "Franzi",
"avatar": "/api/uploads/99d1fb45-9748-3510-ac02-87b46c40048c",
"isSleeping": true
}
}