Gets the list of financial reports over a specified period.
Notice
This API call does not contain the project_id
path parameter, so you need to use the API key that is valid in all the company’s projects to set up authorization.
OK.
[- {
- "agreement_document_id": "Organization Inc_RUB",
- "currency": "RUB",
- "is_direct_payout": false,
- "is_draft_by_agreement": true,
- "month": "January",
- "report_id": 57613,
- "year": 2019
}, - {
- "agreement_document_id": "Organization Inc_EUR",
- "currency": "USD",
- "is_direct_payout": false,
- "is_draft_by_agreement": true,
- "month": "January",
- "report_id": 57619,
- "year": 2019
}
]