A collection of help pages for using the API.
| URL | /Api/v2/Company/{companyId}/PeriodReport/{periodReportId} |
| Accepted verbs | GET |
| Description |
Provides methods to get or manage period reports for a specified company |
Get all period reports for a company. If latest is provided, then returns latest that many reports.
| Name | Description | Additional information |
|---|---|---|
| companyId | Company id. |
URI parameter |
| latest | number of documents to retrieve, in descending dates |
URI parameter |
The requested list of PeriodReport.
Get a single period report by its id.
| Name | Description | Additional information |
|---|---|---|
| companyId | Company id. |
URI parameter |
| periodReportId | Id of the period report |
URI parameter |
The requested PeriodReport.