Passing multiple ids in CRM get records REST API not documented
I know fetching multiple ids has been possible for some time and it work in my implementation:
GET /crm/v4/Deals?ids=123,456,789&fields=Deal_Name,Stage,Account_Name
Is passing ids officially supported and if so can it be added in the docs?