# Get conversion by ID Retrieve details of a specific remote care conversion. Endpoint: GET /partner/v2/account/{accountId}/location/{locationId}/remote-care/conversion/{id} Version: 2.0 Security: PartnerOAuth ## Path parameters: - `id` (integer, required) Conversion ID - `accountId` (integer, required) Account identifier - `locationId` (integer, required) Location identifier ## Response 200 fields (application/json): - `address` (string) Street address line 1 Example: "123 Main St" - `address2` (string) Street address line 2 Example: "Apt 4B" - `city` (string) City Example: "San Francisco" - `createdDate` (string) Creation timestamp Example: "2024-01-15T10:30:00Z" - `dateOfBirth` (string) Patient DOB Example: "1990-01-15" - `email` (string) Patient email Example: "john@example.com" - `firstName` (string) Patient first name Example: "John" - `id` (integer) Conversion ID Example: 123 - `lastName` (string) Patient last name Example: "Doe" - `phone` (string) Patient phone Example: "5551234567" - `remoteCareServiceIds` (array) Array of selected RemoteCareService IDs - `selfSchedulingAttemptId` (integer) Link to self-scheduling attempt Example: 456 - `state` (string) State code Example: "CA" - `status` (string) Current status Example: "SUBMITTED" - `trackingUuid` (string) Public tracking UUID Example: "abc-123-def" - `zip` (string) Postal code Example: "94102" ## Response 401 fields ## Response 403 fields ## Response 404 fields