GET v1/bunits/{bunitId}/summaries?previousDate={previousDate}
Returns a list of direct children of the business unit and information about storage
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
bunitId |
The ID of the business unit that should be moved. | integer |
Required |
previousDate |
date |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of BusinessUnitSummaryName | Description | Type | Additional information |
---|---|---|---|
Id |
The business unit ID. |
integer |
None. |
Name |
The name of the business unit. |
string |
None. |
TotalStorage |
decimal number |
None. |
|
PreviousTotalStorage |
decimal number |
None. |
|
TotalStorageDelta |
decimal number |
None. |
|
TotalStorageDeltaPercentage |
decimal number |
None. |
Response Formats
application/json
Sample:
Sample not available.
text/json
Sample:
Sample not available.
application/xml, text/xml
Sample:
<ArrayOfBusinessUnitSummary xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <BusinessUnitSummary> <Id>1</Id> <Name>sample string 2</Name> <TotalStorage>3</TotalStorage> <PreviousTotalStorage>4</PreviousTotalStorage> </BusinessUnitSummary> <BusinessUnitSummary> <Id>1</Id> <Name>sample string 2</Name> <TotalStorage>3</TotalStorage> <PreviousTotalStorage>4</PreviousTotalStorage> </BusinessUnitSummary> </ArrayOfBusinessUnitSummary>