GET api/{database}/IncomeStatementLine/WithBreakdownTree/{fiscalYear}/{statementId}
Gets the specified IncomeStatementLine.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| fiscalYear | The fiscalYear. |
Define this parameter in the request URI. |
| statementId | The statementId. |
Define this parameter in the request URI. |
| $expand | Details |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"breakdown": {
"sample string 1": null,
"sample string 2": null,
"sample string 3": null
},
"breakdownTree": {
"type": 0,
"code": "sample string 1",
"description": "sample string 2",
"total": 3.0,
"children": null,
"totalsPerPeriod": null
},
"description": "sample string 1",
"details": null,
"fiscalYear": 2,
"formula": "sample string 3",
"internalId": 4,
"isFormulaValid": true,
"statementId": "sample string 6",
"total": 7.0
}
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.