# Get application country Endpoint: GET /api/application/country/{id} Version: v1 ## Path parameters: - `id` (integer, required) ## Response 200 fields (application/json): - `Id` (integer) Country id - `Name` (string) Readonly country name - `IsPrimary` (boolean) Primary application country. Must be set for one of the active countries. - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)