GET api/5iedu?BucketName={BucketName}

Request Information

URI Parameters

NameDescriptionTypeAdditional information
BucketName

string

Required

Body Parameters

None.

Response Information

Resource Description

DataSetResponseOfproc_GetFlowDataList_Result
NameDescriptionTypeAdditional information
LongMin

integer

None.

LongMax

integer

None.

Min

integer

None.

Max

integer

None.

MinDate

date

None.

MaxDate

date

None.

Length

integer

None.

Items

Collection of proc_GetFlowDataList_Result

None.

Response Formats

application/json, text/json

Sample:
{
  "LongMin": 1,
  "LongMax": 1,
  "Min": 1,
  "Max": 1,
  "MinDate": "2026-01-14T11:20:38.3588189+00:00",
  "MaxDate": "2026-01-14T11:20:38.3588189+00:00",
  "Length": 1,
  "Items": [
    {
      "ReadDate": "2026-01-14T11:20:38.3588189+00:00",
      "SourceBucker": "sample string 1",
      "TotalFlowOutGBytes": 1
    },
    {
      "ReadDate": "2026-01-14T11:20:38.3588189+00:00",
      "SourceBucker": "sample string 1",
      "TotalFlowOutGBytes": 1
    }
  ]
}

text/xml

Sample:
<DataSetResponseOfproc_GetFlowDataList_Resulta9h8PLAG xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SystemLead.Project.Statistics.Models">
  <Items>
    <proc_GetFlowDataList_Result>
      <ReadDate>2026-01-14T11:20:38.3588189+00:00</ReadDate>
      <SourceBucker>sample string 1</SourceBucker>
      <TotalFlowOutGBytes>1</TotalFlowOutGBytes>
    </proc_GetFlowDataList_Result>
    <proc_GetFlowDataList_Result>
      <ReadDate>2026-01-14T11:20:38.3588189+00:00</ReadDate>
      <SourceBucker>sample string 1</SourceBucker>
      <TotalFlowOutGBytes>1</TotalFlowOutGBytes>
    </proc_GetFlowDataList_Result>
  </Items>
  <Length>1</Length>
  <LongMax>1</LongMax>
  <LongMin>1</LongMin>
  <Max>1</Max>
  <MaxDate>2026-01-14T11:20:38.3588189+00:00</MaxDate>
  <Min>1</Min>
  <MinDate>2026-01-14T11:20:38.3588189+00:00</MinDate>
</DataSetResponseOfproc_GetFlowDataList_Resulta9h8PLAG>