GET v1/selChatAccounts
Метод який повертає масив повідомлень акаунта.
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ChatAccount| Name | Description | Type | Additional information |
|---|---|---|---|
| accountID |
ID акаунта |
integer |
None. |
| taskID |
ID акаунта Task |
integer |
None. |
| name |
Назва акаунта |
string |
None. |
| nameShort |
Назва скорочена |
string |
None. |
| phone |
Телефон акаунта |
string |
None. |
|
E-mail акаунта |
string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"accountID": 1,
"taskID": 2,
"name": "sample string 3",
"nameShort": "s3",
"phone": "sample string 4",
"email": "sample string 5"
},
{
"accountID": 1,
"taskID": 2,
"name": "sample string 3",
"nameShort": "s3",
"phone": "sample string 4",
"email": "sample string 5"
}
]