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": "d9033f27-2e7d-435e-9ac6-0d16372d150c",
"AccountID": "sample string 1",
"DateCreated": "2026-01-29T17:26:17.889476Z",
"DisplayName": "sample string 3",
"StorageType": "sample string 4",
"Destinations": [
{
"DestinationID": "9433d6e4-5272-4569-b2e9-bf0e6da84cf2",
"AccountID": "5e747a3e-6803-460e-95b4-48986a8da9e0",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
},
{
"DestinationID": "9433d6e4-5272-4569-b2e9-bf0e6da84cf2",
"AccountID": "5e747a3e-6803-460e-95b4-48986a8da9e0",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
}
]
},
{
"ResellerAccountID": "d9033f27-2e7d-435e-9ac6-0d16372d150c",
"AccountID": "sample string 1",
"DateCreated": "2026-01-29T17:26:17.889476Z",
"DisplayName": "sample string 3",
"StorageType": "sample string 4",
"Destinations": [
{
"DestinationID": "9433d6e4-5272-4569-b2e9-bf0e6da84cf2",
"AccountID": "5e747a3e-6803-460e-95b4-48986a8da9e0",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
},
{
"DestinationID": "9433d6e4-5272-4569-b2e9-bf0e6da84cf2",
"AccountID": "5e747a3e-6803-460e-95b4-48986a8da9e0",
"Destination": "sample string 3",
"DestinationDisplayName": "sample string 4"
}
]
}
]
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-01-29T17:26:17.889476Z</DateCreated>
<Destinations>
<DestinationOfAccount>
<AccountID>5e747a3e-6803-460e-95b4-48986a8da9e0</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<DestinationID>9433d6e4-5272-4569-b2e9-bf0e6da84cf2</DestinationID>
</DestinationOfAccount>
<DestinationOfAccount>
<AccountID>5e747a3e-6803-460e-95b4-48986a8da9e0</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<DestinationID>9433d6e4-5272-4569-b2e9-bf0e6da84cf2</DestinationID>
</DestinationOfAccount>
</Destinations>
<DisplayName>sample string 3</DisplayName>
<StorageType>sample string 4</StorageType>
<ResellerAccountID>d9033f27-2e7d-435e-9ac6-0d16372d150c</ResellerAccountID>
</ProviderAccountsModel>
<ProviderAccountsModel>
<AccountID>sample string 1</AccountID>
<DateCreated>2026-01-29T17:26:17.889476Z</DateCreated>
<Destinations>
<DestinationOfAccount>
<AccountID>5e747a3e-6803-460e-95b4-48986a8da9e0</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<DestinationID>9433d6e4-5272-4569-b2e9-bf0e6da84cf2</DestinationID>
</DestinationOfAccount>
<DestinationOfAccount>
<AccountID>5e747a3e-6803-460e-95b4-48986a8da9e0</AccountID>
<Destination>sample string 3</Destination>
<DestinationDisplayName>sample string 4</DestinationDisplayName>
<DestinationID>9433d6e4-5272-4569-b2e9-bf0e6da84cf2</DestinationID>
</DestinationOfAccount>
</Destinations>
<DisplayName>sample string 3</DisplayName>
<StorageType>sample string 4</StorageType>
<ResellerAccountID>d9033f27-2e7d-435e-9ac6-0d16372d150c</ResellerAccountID>
</ProviderAccountsModel>
</ArrayOfProviderAccountsModel>