-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
bug in REST-APISomething isn't working in REST-APISomething isn't working in REST-API
Milestone
Description
REST-API method name
crm.address.list
Description
Incorrect value of the field total in the response. When the request parameter start is not set -1 and there are more than 50 addresses it always returns 50.
How to reproduce
use Bitrix24\SDK\Tests\Integration\Fabric;
$addressService = Fabric::getServiceBuilder()->getCRMScope()->address();
$before = $addressService->countByFilter();
// add some adresses here
$after = $addressService->countByFilter();
// $after is equal $before and is equal 50
Possible Solution
No response
Additional Context
No response
Metadata
Metadata
Assignees
Labels
bug in REST-APISomething isn't working in REST-APISomething isn't working in REST-API