cURL
curl --request GET \ --url https://api.example.com/brokerage-firms/{brokerageFirmId}/reports
{ "data": [ { "metadata": [ { "key": "<string>", "value": "<string>" } ], "id": "<string>", "name": "<string>", "path": "<string>", "createdAt": "2023-11-07T05:31:56Z", "signedUrl": "<string>" } ], "pageInfo": { "first": true, "last": true }, "totalCount": 123, "currentPage": 123, "totalPages": 123 }
Returns a paginated list of generated reports for the brokerage firm.
the brokerageFirm id
the number of items to return
the page to retrieve
Reports listed successfully.
the list of items in the page
Show child attributes
the page info
the total number of items
the current page
the total number of pages
Was this page helpful?