Returns the collection of the
acconts.
GET https://example.com/realandmate/v1/AccountService/Accounts
{
"id": string,
"name": string,
"description": string,
"items":{
"url": string
},
"items_count": number
}
-
-
-
-
-
-
-
-
-
-
-
-
{
"id": "1",
"name": "Real&Mate Account Collection",
"description": "Collection of accounts registered in Real&Mate web application.",
"items":{
"url": "https://example.com/realandmate/v1/AccountService/Accounts/777",
...
},
"items_count": 7777777
}