Added REST API methods for external requests for a task: https://bitrix.vidaselect.com/company/personal/user/322/tasks/task/view/575915/

Additional tuning is required in the developer section b24 (inbound webhook): https://bitrix.vidaselect.com/devops/section/standard/

The rest settings are in the module file: /home/bitrix/www/local/modules/dev.tools/lib/controller/external.php

Available methods:

dev.rest.deal.category.list (no params)

dev.rest.match.list (standart ORM params fields: select, filter, group, order, limit, offset). example: ['filter' => ['CATEGORY_ID' => 3]]

dev.rest.match.history.list ( 'ENTITY_ID' => array or integrer from dev.rest.match.list )

Aviable PHPUnit Tests: /home/bitrix/www/local/tests/Dev/Rest/DealTest.php Screenshot_2022-06-14_at_10.55.38_am