GET api/{database}/IncomeStatementLine/{fiscalYear}/{statementId}

Gets the specified IncomeStatementLine.



Request Information

Parameters

NameDescriptionAdditional 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
  },
  "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.