Returns a specific store chain
GET
/api/chains/{chainId}
Authorizations
api_key
Requests manipulating data need to supply a CSRF token
TypeAPI Key (header: X-CSRF-Token)
Parameters
Path Parameters
chainId*
Typestring
RequiredPattern
"[1-9][0-9]*"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
}