GET api/energyBalance/units

Retrieves the available caloric units in the data source.

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of Unit
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 77,
    "Name": "boe"
  },
  {
    "Id": 78,
    "Name": "toe"
  }
]