$url = 'https://creator.zoho.com/api/json/probationer-database/view/New_Interview_Appointments_Calendar/';
$url .= '{authoken}';
$json = file_get_contents($url);
$data = json_decode($json);
$data = $data->Interview_Appointments;
for each (to extract specific data){
}
?>