Returns the list of store chains
GET
/api/chains
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Query Parameters
limit
Typeinteger
offset
Typeinteger
Responses
Success
application/json
JSON
{
"chain": {
"id": 0,
"name": "string",
"status": 0,
"headquartersZip": "string",
"headquartersCity": "string",
"headquartersCountry": "string",
"allowPress": true,
"forumThread": 0,
"notes": "string",
"commonStoreInformation": "string",
"estimatedStoreCount": 0,
"modificationDate": "string",
"regionId": 0
},
"storeCount": 0
}