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 ProviderAccountsModelName | 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": "74e77b8f-4607-4c62-a705-4ea99af2cfa1", "AccountID": "sample string 1", "DateCreated": "2025-10-10T02:22:52.9347204Z", "DisplayName": "sample string 3", "StorageType": "sample string 4", "Destinations": [ { "DestinationID": "91daa1be-1e4b-45d6-98b2-831d68c9547d", "AccountID": "b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd", "Destination": "sample string 3", "DestinationDisplayName": "sample string 4" }, { "DestinationID": "91daa1be-1e4b-45d6-98b2-831d68c9547d", "AccountID": "b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd", "Destination": "sample string 3", "DestinationDisplayName": "sample string 4" } ] }, { "ResellerAccountID": "74e77b8f-4607-4c62-a705-4ea99af2cfa1", "AccountID": "sample string 1", "DateCreated": "2025-10-10T02:22:52.9347204Z", "DisplayName": "sample string 3", "StorageType": "sample string 4", "Destinations": [ { "DestinationID": "91daa1be-1e4b-45d6-98b2-831d68c9547d", "AccountID": "b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd", "Destination": "sample string 3", "DestinationDisplayName": "sample string 4" }, { "DestinationID": "91daa1be-1e4b-45d6-98b2-831d68c9547d", "AccountID": "b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd", "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>2025-10-10T02:22:52.9347204Z</DateCreated> <Destinations> <DestinationOfAccount> <AccountID>b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>91daa1be-1e4b-45d6-98b2-831d68c9547d</DestinationID> </DestinationOfAccount> <DestinationOfAccount> <AccountID>b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>91daa1be-1e4b-45d6-98b2-831d68c9547d</DestinationID> </DestinationOfAccount> </Destinations> <DisplayName>sample string 3</DisplayName> <StorageType>sample string 4</StorageType> <ResellerAccountID>74e77b8f-4607-4c62-a705-4ea99af2cfa1</ResellerAccountID> </ProviderAccountsModel> <ProviderAccountsModel> <AccountID>sample string 1</AccountID> <DateCreated>2025-10-10T02:22:52.9347204Z</DateCreated> <Destinations> <DestinationOfAccount> <AccountID>b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>91daa1be-1e4b-45d6-98b2-831d68c9547d</DestinationID> </DestinationOfAccount> <DestinationOfAccount> <AccountID>b70d21f9-230e-4a8b-9b5f-5b4ba5fac3dd</AccountID> <Destination>sample string 3</Destination> <DestinationDisplayName>sample string 4</DestinationDisplayName> <DestinationID>91daa1be-1e4b-45d6-98b2-831d68c9547d</DestinationID> </DestinationOfAccount> </Destinations> <DisplayName>sample string 3</DisplayName> <StorageType>sample string 4</StorageType> <ResellerAccountID>74e77b8f-4607-4c62-a705-4ea99af2cfa1</ResellerAccountID> </ProviderAccountsModel> </ArrayOfProviderAccountsModel>