GET api/Accounts
Retrieves a list of accounts
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Return provider account list
Collection of ProviderAccountsModel| Name | Description | Type | Additional information |
|---|---|---|---|
| ResellerAccountID |
Reseller storage account unique identifier |
globally unique identifier |
None. |
| AccountID |
Account unique identifier |
string |
None. |
| DateCreated |
Date Created |
date |
None. |
| DisplayName |
Display Name |
string |
None. |
| StorageType |
Storage Type |
string |
None. |
| Destinations |
Destination List |
Collection of DestinationOfAccount |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ResellerAccountID": "7bb2eb3e-6315-4ead-83a4-b8d5e6f13794",
"AccountID": "sample string 1",
"DateCreated": "2026-06-26T09:14:14.1133444Z",
"DisplayName": "sample string 3",
"StorageType": "sample string 4",
"Destinations": [
{
"DestinationID": "b1c58845-edae-4360-9f1d-fcb1f1e2bb55",
"AccountID": "10515e31-2e5a-4b36-8e1e-f0cd62fc1978",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4",
"ImmutabilityPeriodDays": 1
},
{
"DestinationID": "b1c58845-edae-4360-9f1d-fcb1f1e2bb55",
"AccountID": "10515e31-2e5a-4b36-8e1e-f0cd62fc1978",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4",
"ImmutabilityPeriodDays": 1
}
]
},
{
"ResellerAccountID": "7bb2eb3e-6315-4ead-83a4-b8d5e6f13794",
"AccountID": "sample string 1",
"DateCreated": "2026-06-26T09:14:14.1133444Z",
"DisplayName": "sample string 3",
"StorageType": "sample string 4",
"Destinations": [
{
"DestinationID": "b1c58845-edae-4360-9f1d-fcb1f1e2bb55",
"AccountID": "10515e31-2e5a-4b36-8e1e-f0cd62fc1978",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4",
"ImmutabilityPeriodDays": 1
},
{
"DestinationID": "b1c58845-edae-4360-9f1d-fcb1f1e2bb55",
"AccountID": "10515e31-2e5a-4b36-8e1e-f0cd62fc1978",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4",
"ImmutabilityPeriodDays": 1
}
]
}
]
application/xml, text/xml
Sample:
<ArrayOfProviderAccountsModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MBSAPImvc.Engine.Models">
<ProviderAccountsModel>
<AccountID>sample string 1</AccountID>
<DateCreated>2026-06-26T09:14:14.1133444Z</DateCreated>
<Destinations>
<DestinationOfAccount>
<AccountID>10515e31-2e5a-4b36-8e1e-f0cd62fc1978</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<ImmutabilityPeriodDays>1</ImmutabilityPeriodDays>
<DestinationID>b1c58845-edae-4360-9f1d-fcb1f1e2bb55</DestinationID>
</DestinationOfAccount>
<DestinationOfAccount>
<AccountID>10515e31-2e5a-4b36-8e1e-f0cd62fc1978</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<ImmutabilityPeriodDays>1</ImmutabilityPeriodDays>
<DestinationID>b1c58845-edae-4360-9f1d-fcb1f1e2bb55</DestinationID>
</DestinationOfAccount>
</Destinations>
<DisplayName>sample string 3</DisplayName>
<StorageType>sample string 4</StorageType>
<ResellerAccountID>7bb2eb3e-6315-4ead-83a4-b8d5e6f13794</ResellerAccountID>
</ProviderAccountsModel>
<ProviderAccountsModel>
<AccountID>sample string 1</AccountID>
<DateCreated>2026-06-26T09:14:14.1133444Z</DateCreated>
<Destinations>
<DestinationOfAccount>
<AccountID>10515e31-2e5a-4b36-8e1e-f0cd62fc1978</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<ImmutabilityPeriodDays>1</ImmutabilityPeriodDays>
<DestinationID>b1c58845-edae-4360-9f1d-fcb1f1e2bb55</DestinationID>
</DestinationOfAccount>
<DestinationOfAccount>
<AccountID>10515e31-2e5a-4b36-8e1e-f0cd62fc1978</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<ImmutabilityPeriodDays>1</ImmutabilityPeriodDays>
<DestinationID>b1c58845-edae-4360-9f1d-fcb1f1e2bb55</DestinationID>
</DestinationOfAccount>
</Destinations>
<DisplayName>sample string 3</DisplayName>
<StorageType>sample string 4</StorageType>
<ResellerAccountID>7bb2eb3e-6315-4ead-83a4-b8d5e6f13794</ResellerAccountID>
</ProviderAccountsModel>
</ArrayOfProviderAccountsModel>