# Get an end-of-year statement **GET /api-v1/e-bilan-report/tree/{reportType}** Returns the global line structure with the current organization's account mapping applied. Readable by any user; see the PUT endpoints for what each role may change. ## Servers - Generated server url: https://wyzio.app (Generated server url) ## Parameters ### Headers - **WEAL-TOKEN** () API token (can be retrieved from account settings) - **TARGET-ORGANIZATION-ID** () ID of organization, for which the operation must be performed ### Path parameters - **reportType** (string) END_OF_YEAR_ASSET or END_OF_YEAR_LIABILITY ## Responses ### 200 OK #### Body: application/json (array[object]) - **id** (integer(int64)) - **parentId** (integer(int64)) - **position** (integer(int32)) - **qname** (string) - **positionReference** (string) - **reportType** (string) - **lineType** (string) - **lineSign** (string) - **localizations** (object) - **accountIds** (array[integer(int64)]) - **memberIds** (array[integer(int64)]) - **children** (array[object]) ### 400 400 Bad Request ### 401 401 Unauthorized ### 403 403 Access Denied ### 404 404 Not Found ### 500 500 Internal Server Error [Powered by Bump.sh](https://bump.sh)