Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| armTermId | The ARM term. | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
A list of ARM terms.
Collection of Micro.ARMTerm| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | Gets or sets the ARM term identifier. | integer | None. | 
| fixedPeriod | Gets or sets the fixed period. | integer | None. | 
| adjustmentPeriod | Gets or sets the adjustment period. | integer | None. | 
Response Formats
application/json, text/json
            Sample:
        
[
  {
    "id": "1",
    "fixedPeriod": 2,
    "adjustmentPeriod": 3
  },
  {
    "id": "1",
    "fixedPeriod": 2,
    "adjustmentPeriod": 3
  }
]
        text/html
            Sample:
        
[{"id":"1","fixedPeriod":2,"adjustmentPeriod":3},{"id":"1","fixedPeriod":2,"adjustmentPeriod":3}]
        application/xml, text/xml
            Sample:
<ArrayOfARMTerm xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
  <ARMTerm>
    <ARMTermId>1</ARMTermId>
    <FixedPeriod>2</FixedPeriod>
    <AdjustmentPeriod>3</AdjustmentPeriod>
  </ARMTerm>
  <ARMTerm>
    <ARMTermId>1</ARMTermId>
    <FixedPeriod>2</FixedPeriod>
    <AdjustmentPeriod>3</AdjustmentPeriod>
  </ARMTerm>
</ArrayOfARMTerm>