# Get application Endpoint: GET /api/application/{id} Version: v1 ## Path parameters: - `id` (integer, required) Application id ## Response 200 fields (application/json): - `Id` (integer) - `Key` (string) Example: "00000000-0000-0000-0000-000000000000" - `Name` (string) - `Description` (string) - `HostClientId` (integer) - `Url` (string) - `ProductUrl` (string) - `IsActive` (boolean) - `Changed` (string) - `ChangedBy` (string)