# Get tenant app by ID Endpoint: GET /v2/tenant-apps/{appId} Version: 1.0.0 Security: apiKey ## Path parameters: - `appId` (string, required) ## Response 200 fields (application/json): - `content` (object) - `content.id` (string) - `content.platform` (string) Enum: "APPLE", "WINDOWS" - `content.tenant_id` (string) - `content.package_name` (string) - `content.created_at` (string) - `content.created_by` (string) - `content.updated_at` (string) - `content.updated_by` (string) ## Response 400 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 401 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 404 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object) ## Response 500 fields (application/json): - `code` (integer, required) - `message` (string, required) - `content` (object)