URL for Contacts DetailView from external link

I have a link between a PBX setup querying Suitecrm correctly and pulling out record information. If I assume that a user has a browser session open, how do I format a link to open a contact using the contacts.id field as the lookup field?

I have tried the URL used normally:

https://crm.xxx.com/?action=ajaxui#ajaxUILoc=index.php?module=Contacts&action=DetailView&record=14220414-4712-cc48-4f38-5d094a2082dx

But this just brings up the dashboard.

Thanks,

James

That should be
https://crm.xxx.com/index.php?module=Contacts&action=DetailView&record=14220414-4712-cc48-4f38-5d094a2082dx

Thanks for that, all works fine.