GET ReportAggregationLevel/List

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of ReportAggregationLevelDTO
NameDescriptionTypeAdditional information
NetworkID

Gets or sets the Network ID

globally unique identifier

None.

Name

Gets or set the Name of the network

string

None.

DeletedOn

Gets or sets the Deleted on date

date

None.

ID

globally unique identifier

None.

Timestamp

Collection of byte

None.

Response Formats

application/json, text/json

Sample:
{
  "results": [
    {
      "NetworkID": "4c72789f-34c6-4d55-8256-19677c6df6b4",
      "Name": "sample string 2",
      "DeletedOn": "2024-05-14T06:57:32Z",
      "ID": "1220838f-964c-49d1-b8be-d55934a887ae",
      "Timestamp": "QEA="
    },
    {
      "NetworkID": "4c72789f-34c6-4d55-8256-19677c6df6b4",
      "Name": "sample string 2",
      "DeletedOn": "2024-05-14T06:57:32Z",
      "ID": "1220838f-964c-49d1-b8be-d55934a887ae",
      "Timestamp": "QEA="
    }
  ]
}

text/javascript

Sample:
{"results":[{"NetworkID":"4c72789f-34c6-4d55-8256-19677c6df6b4","Name":"sample string 2","DeletedOn":"2024-05-14T06:57:32Z","ID":"1220838f-964c-49d1-b8be-d55934a887ae","Timestamp":"QEA="},{"NetworkID":"4c72789f-34c6-4d55-8256-19677c6df6b4","Name":"sample string 2","DeletedOn":"2024-05-14T06:57:32Z","ID":"1220838f-964c-49d1-b8be-d55934a887ae","Timestamp":"QEA="}]}

application/bson

Sample:
Binary JSON content. See http://bsonspec.org for details.

application/xml, text/xml

Sample:
<ArrayOfReportAggregationLevelDTO xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Lpp.Dns.DTO">
  <ReportAggregationLevelDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">1220838f-964c-49d1-b8be-d55934a887ae</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <DeletedOn>2024-05-14T06:57:32.5353507-04:00</DeletedOn>
    <Name>sample string 2</Name>
    <NetworkID>4c72789f-34c6-4d55-8256-19677c6df6b4</NetworkID>
  </ReportAggregationLevelDTO>
  <ReportAggregationLevelDTO>
    <ID xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">1220838f-964c-49d1-b8be-d55934a887ae</ID>
    <Timestamp xmlns="http://schemas.datacontract.org/2004/07/Lpp.Objects">QEA=</Timestamp>
    <DeletedOn>2024-05-14T06:57:32.5353507-04:00</DeletedOn>
    <Name>sample string 2</Name>
    <NetworkID>4c72789f-34c6-4d55-8256-19677c6df6b4</NetworkID>
  </ReportAggregationLevelDTO>
</ArrayOfReportAggregationLevelDTO>