Get a location by ID.

GET /api/v1/location/df731afb-47e4-42f6-9948-00ce7ab04c43/public-detail/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "code": 200,
    "message": "",
    "success": true,
    "data": {
        "id": "df731afb-47e4-42f6-9948-00ce7ab04c43",
        "name": "Dental Group of Chicago",
        "streetAddress": "1556 S. Michigan Ave, Suite 200",
        "city": "IL",
        "state": "Chicago",
        "postalCode": "60605",
        "is_virtual": false,
        "organization_id": "0a015f8a-179b-46e1-95c3-6fc912815cc7",
        "enable_voice_mode": false,
        "time_zone": "America/Chicago",
        "agent": {
            "id": "32c5f551-a330-4187-8ee0-6b2a75d8d254",
            "name": "Dental Group of Chicago Kolla",
            "location_id": "df731afb-47e4-42f6-9948-00ce7ab04c43",
            "disabled_response": false
        },
        "chatbot_name": "Brittany",
        "chatbot_greeting_message": null,
        "phone_number": "+18723390257",
        "web_scheduler_config": {
            "required_fields": {
                "firstName": true,
                "lastName": true,
                "email": false,
                "phone": true,
                "dob": true,
                "insurance": false,
                "additionalDetails": false
            },
            "optional_fields": {
                "firstName": false,
                "lastName": false,
                "email": false,
                "phone": false,
                "dob": false,
                "insurance": false,
                "additionalDetails": false
            },
            "screener_question": {
                "enabled": false,
                "question": "",
                "if_yes": {
                    "action": "allow",
                    "message": ""
                },
                "if_no": {
                    "action": "allow",
                    "message": ""
                }
            },
            "appointment_types_enabled": false,
            "appointment_types": [],
            "provider_selection_enabled": false,
            "provider_profiles": [],
            "confirmation_sms_custom_enabled": false,
            "confirmation_sms_message": "",
            "branding": {
                "branding_enabled": false,
                "header_logo_url": "",
                "header_logo_alt": "Logo",
                "header_logo_height": 50,
                "show_location_name_in_header": false,
                "location_name_font_size": 22,
                "header_tagline": "",
                "header_tagline_font_size": 14,
                "footer_logo_url": "",
                "footer_logo_alt": "Logo",
                "footer_logo_height": 30,
                "show_contact_info_in_footer": true,
                "footer_contact_font_size": 14,
                "footer_phone": "",
                "footer_address": "",
                "font_style": "SF Pro Display, Inter, Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif",
                "font_color": "#333333"
            }
        },
        "is_web_scheduler_enabled": false,
        "practice_details": {
            "address": "One five five six South Michigan Avenue, Suite two hundred, Chicago, Illinois, six zero six zero five",
            "contactInfo": "The office website is: dental group of chicago dot com. The website can be used for self-scheduling at any time. \r\nThe office phone number is: Eight-Seven-Two... Three-Four-Eight... Six-One-Six-Six"
        },
        "scheduler_config": {
            "locations": [],
            "appointment_types_by_facility": {}
        },
        "sync_type": "kolla"
    },
    "errors": null
}