GET api/GetModulesStatus

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AggregateLabel
NameDescriptionTypeAdditional information
Code

string

None.

Label

string

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Code": "sample string 1",
    "Label": "sample string 2"
  },
  {
    "Code": "sample string 1",
    "Label": "sample string 2"
  }
]

application/xml, text/xml

Sample:
<ArrayOfAggregateLabel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Common.Models">
  <AggregateLabel>
    <Code>sample string 1</Code>
    <Label>sample string 2</Label>
  </AggregateLabel>
  <AggregateLabel>
    <Code>sample string 1</Code>
    <Label>sample string 2</Label>
  </AggregateLabel>
</ArrayOfAggregateLabel>