# Get patient's current category Retrieve the current category assignment for the patient. Endpoint: GET /partner/v2/account/{accountId}/patients/{patientId}/category Version: 2.0 Security: PartnerOAuth ## Path parameters: - `accountId` (integer, required) Account identifier ## Response 200 fields (application/json): - `assignedAt` (string) When the patient was assigned to this category Example: "2025-01-01T10:00:00Z" - `assignedBy` (string) Who assigned the category (staff name or 'System') Example: "Jane Smith" - `categoryColor` (string) Category color (hex code) Example: "#4CAF50" - `categoryId` (integer) Current category ID Example: 111 - `categoryName` (string) Current category name Example: "Active Patient" - `patientId` (integer) Patient ID Example: 12345 ## Response 401 fields ## Response 403 fields ## Response 404 fields