GET /companies/{id}/statements/{standard_id}

Statements search by company and standard

This method returns list of statements that belong to the given company ID and filtered by the given standard ID

路径参数

名称 描述 类型 需要 默认
id The ID of the company Integer
standard_id The ID of the standard String

查询参数

名称 描述 类型 需要 默认
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

响应

状态码 描述 类型
200 The list of the statements data CompanyStatementResponse
API查询生成器
查询
查询结果