# List store applications Endpoint: GET /api/store/{id}/application Version: v1 ## Path parameters: - `id` (integer, required) Store id ## Response 200 fields (application/json): - `DivisionId` (integer) - `ApplicationId` (integer) - `Name` (string) - `Changed` (string) - `ChangedBy` (string)