GET api/accounts/GetAccountList
GetAccountList No Params
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
AccountListModel
Collection of AccountListModel| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountId | globally unique identifier |
None. |
|
| AccountName | string |
None. |
|
| Logo | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"AccountId": "af1937e2-a5ed-422f-8291-dd1117adb6f2",
"AccountName": "sample string 2",
"Logo": "sample string 3"
},
{
"AccountId": "af1937e2-a5ed-422f-8291-dd1117adb6f2",
"AccountName": "sample string 2",
"Logo": "sample string 3"
}
]