cURL
curl --request GET \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/reports/{type}/config
{ "availableProductIds": [ "<string>" ], "params": [ { "key": "<string>", "type": "BOOLEAN", "validationRules": [ { "option": "<string>", "value": "<string>" } ], "defaultValue": "<string>", "required": true } ] }
Retrieves the report configuration for the specified brokerage firm.
the brokerageFirm id
The type of report
Report configuration retrieved successfully.
Show child attributes
Was this page helpful?