Budgets
Authorizations
AuthorizationstringRequired
Path parameters
idintegerRequiredExample:
Идентификатор бюджета
1Responses
200
OK
application/hal+json
403
Returned if the client does not have sufficient permissions.
Required permission: view work packages or view budgets (on the budgets project)
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"
}