Returns the list of store chains.
Returns the list of store chains.
Responses
- 200
- 401
- 403
Success.
- application/json
- Schema
- Example (from schema)
Schema array
- id Unique identifier of the chain.
- name Name of the chain.
- status Indicates the cooperation status of this chain.
Possible values: [
0
,1
,2
]- '0' - Not Cooperating
- '1' - Waiting, i.e. in negotiation
- '2' - Cooperating.
- headquarters_zip ZIP code of the chains headquater.
- headquarters_city City of the chains headquater.
- modification_date date-time
- allow_press Whether the chain can be referred to in press releases.
- forum_thread Identifier of a forum thread related to this chain.
- notes Miscellaneous notes.
- common_store_information Information about the chain to be displayed on every related stores page.
- store_count The number of stores that are part of this chain.
kams object[]
Managers of this chain
id Unique identifier of the foodsaver.name Name of the Foodsaver.Might include the last name.
avatar URL of the foodsavers avatar image.
[
{
"id": 1,
"name": "MyChain GmbH",
"status": 2,
"headquarters_zip": "48149",
"headquarters_city": "Münster",
"modification_date": "2022-08-04T00:00:00+02:00",
"allow_press": true,
"forum_thread": 12345,
"notes": "Cooperating since 2021",
"common_store_information": "Pickup times between 10:00 and 12:15",
"store_count": 5,
"kams": [
{
"id": 1,
"name": "Max Mustermann",
"avatar": "/api/uploads/bc476952-08be-45a7-b670-db27c966c9c2"
}
]
}
]
Not logged in
Insufficient permissions
Loading...