Skip to main content

Returns the data for the bubble of a store marker on the map.

Returns the data for the bubble of a store marker on the map.

Path Parameters
  • storeId string required
Query Parameters
  • storeId string

    Possible values: Value must match regular expression \d+

    Store for which to return data

Responses

Successful


Schema
  • id Id of the store.
  • name Name of the store.
  • teamMemberCount The number of foodsavers in the store's team without the standby list.
  • standbyCount The number of foodsavers in the store's standby list.
  • pickupCount The number of pickup dates assigned to the store since its creation.
  • pickupWeightInKg float
  • cooperationStart date-time
  • publicInformation Any public information text that will be visible in the store's bubble on the map as well as on the store page.
  • publicPickupTime object
    oneOf

  • integer

    Possible values: [0, 1, 2, 3, 4]

  • teamSearchStatus object
    oneOf

  • integer

    Possible values: [0, 1, 2]

  • cooperationStatus object
    oneOf

  • integer

    Possible values: [0, 1, 2, 3, 4, 5, 6, 7]

  • mayAccessStorePage Whether the user is allowed to access the store's page.
  • maySendRequest Whether the user is allowed to send a request for joining the store team.
  • mayWithdrawRequest Whether the user has sent a request for joining the store team and is allowed to withdraw it.
Loading...