Such a problem is solved, I draw conclusions from Bitrix24. The command for that is used by task.planner.getlist . All this wrapped in its class function:
$url = 'https://'.$newObj->domain.'/rest/task.items.getlist?auth='.$newObj->access_token; $data = @file_get_contents($url); $response = $newObj->call_public($data); public function call_public($data) { $array_res = get_object_vars(json_decode($data)); return $array_res; } And for some reason, it displays only 50 records, no longer wants, although there are more than 200 of them. What is the problem? Who faced similar?