Atoka API User Reference
IV directive EEC balance sheets Root Fields
These fields do not belong to a specific package, but are always returned for each one regardless of the value of the packages param.
API tokens are configured to access only the packages each user needs; this means you might not have access to the content of this package. Ask your sales contact!
Available fields | Description | Data | Used by filters | Facet | Match | Stats |
|---|---|---|---|---|---|---|
| company.id | the Company unique ID this balance sheet is about | "string" | companies | |||
| company.name | the Company name this balance sheet is about | "string" | - | |||
| consolidated | consolidated balance sheet ("consolidato", | true | false | consolidated | |||
| date | balance sheet IV closing date | date | yearFrom yearTo | |||
| id | Unique ID that you can use throughout the API endpoints to reference to a specific balance sheet IV | "string" | - |
Example JSON fragment for package
{"id": "foo", "company": {"id": "foo", "name": "foo" },"date": "2015-12-24", "consolidated": false }