Перейти к основному содержимому

Reports API (v1.0)

Reports with project-level consumption and expenses.

Project Reports

Reports grouped by projects.

Get detailed project report

Returns detailed project expense data for the specified month, including breakdowns by product, facility, and resource.

Authorizations:
static_token
query Parameters
year
required
integer [ 2020 .. 2030 ]
Example: year=2025

Report year.

month
required
integer [ 1 .. 12 ]
Example: month=8

Report month as a number from 1 to 12.

locale
string
Enum: "ru" "en"
Example: locale=ru

Locale for names in the response.

Responses

Response samples

Content type
application/json
{
  • "status": "success",
  • "data": {
    }
}