GET /companies/{id}/statements

Statements search by company

This method returns list of statements that belong to the given company ID

Path Parameters

Name Description Type Required Default
id The ID of the company Integer

Query Parameters

Name Description Type Required Default
order Sort order String
statement_type The type of the statement String
currency The currency code String
year The year of the statement Integer
period The period of the statement Array
is_audited Audited status (Y/N) Boolean
is_consolidated Consolidation status Boolean
updated[from] Last Update date (from) String
updated[to] Last Update date (to) String
limit The max number of the items to retrieve Integer
offset The number of the starting item Integer
cursor The ID of the item under which the cursor is String
format Response format - json/xml String
token Token String

Responses

Status Code Description Type
200 The list of the statements data CompanyStatementResponse
API Query Builder
Query
Query Result