For the complete documentation index, see llms.txt. This page is also available as Markdown.

Budgets

просмотр бюджета

get
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequired

Идентификатор бюджета

Example: 1
Responses
200

OK

application/hal+json
get/api/v3/budgets/{id}
GET /op/api/v3/budgets/{id} HTTP/1.1
Host: example.u-meteor.ru
Authorization: Basic username:password
Accept: */*
{
  "_links": {
    "self": {
      "href": "/api/v3/budgets/1",
      "title": "Q3 2015"
    }
  },
  "_type": "Budget",
  "id": 1,
  "subject": "Q3 2015"
}