GET /v2/reporting-entities/:id Fetch one reporting entity. Path params: id (required) — Reporting-entity identifier. Response (200 OK): { "data": { "id": "string", "type": "reporting-entity", "attributes": { "name": "string" }, "relationships": { "client": { "data": { "type": "client", "id": "string" } }, "portfolios": { "data": [ { "type": "portfolio", "id": "string" } ] } } } }