GET /api/v202310/budget/dataType

Retrieves a list of available budget data types

GetBudgetDataTypesV202310 Permissions: BudgetsAndBudgetVersions (View)

Request Headers

Header Value Required Description
ECI-ApiKey string Yes Your API key. See Authentication.
Content-Type application/json Yes All requests must specify JSON content type.

Responses

200 OK The request succeeded and the response body contains the requested data.

Response Body Parameters

Array of:

BudgetDataType
Property Description Type
budgetDataTypeId The budget data type identifier integer (int32)
budgetDataTypeInfo The budget data type name string
Example Response application/json
[
  {    "budgetDataTypeId": 1,    "budgetDataTypeInfo": "string"
  }
]