Settings - API - Phone number search

Implement our API to query and access contact data based on phone number input, allowing for real-time display of caller information and associated details within your telephony platform.
Details

To obtain contact data, make a POST request to https://id.autovusolutions.com/api/publicquery.aspx

 

Using form-data, enter into the body:

cid: API Key
r: ContactFromPhone
PhoneNumber: Input phone number

 

 

Example 'Postman' setup

 

General Image

 

 

The server's JSON response structures results hierarchically. Site or managing agent details form the primary level, followed by any associated contacts. If a match occurs at the site/agent level, it's included. Matches within a site's contact list result in both the site/agent and the specific contact being listed.

 

For any given number, the response will include a maximum of 20 matching records, ordered by their last access date in descending order (most recent first).

 

 

Example Response

 

{
    "Status": "Success",
    "SearchResults": [
        {
            "ID": 85186,
            "DocID": "C40326",
            "Client": "Brooks",
            "Address": "33 Tees Crescent Teesville Kent, England DN8 8DN",
            "LandLine1": "0800 800800",
            "LandLine2": "",
            "Mobile1": "",
            "Mobile2": "",
            "Fax": "",
            "Email": "",
            "LastAccessDate": "2024-04-07 08:32:09",
            "Offset": 60,
            "Contacts": []
        },
        {
            "ID": 6970,
            "DocID": "A4714",
            "Client": "Exeter Social Housing",
            "Address": "38 Exeter Road  Test Town  EX9 9EX",
            "LandLine1": "",
            "LandLine2": "",
            "Mobile1": "",
            "Mobile2": "",
            "Fax": "",
            "Email": "sales@autovu.co.uk",
            "LastAccessDate": "2019-02-21 13:53:56",
            "Offset": 0,
            "Contacts": [
                {
                    "ContactID": 23161,
                    "DocID": "R21931",
                    "ContactName": "Julie Green",
                    "LandLine": "",
                    "Mobile": "0800 800800",
                    "Fax": "",
                    "Email": "",
                    "LastAccessDate": "2019-02-21 13:53:56",
                    "Offset": 0
                }
            ]
        }
    ],
    "ErrorMessage": "",
    "LocationID": "ContactFromPhone"
}

 

 

Field descriptions, others are self explanatory.

ID / ContactID: The internal system reference number of the contact.

DocID: The user reference number used to identify the contact within the system.

LastAccessDate: is the UTC date that the entity was last accessed.

Offset: is the number of minutes time difference between the UTC time and local time.

 

Notes

DocID prefixed 'C' is a Site

DocID prefixed 'A' is a Managing Agent

 

 

 

See Also:

Settings - API - Phone number search
Check out the other 'How To' guides to find out more about Workforce Manager.
AutoVu Solutions Logo

If you would like to know more about AutoVu and what we can do to help your business, why not check out our Frequently Asked Questions page, or Contact Us any time to discuss your specific requirements.

Professional cloud based software

Guides