Skip to content

[Bug in REST-API]: #144

@sallee113

Description

@sallee113

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

Labels

bug in REST-APISomething isn't working in REST-API

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions