GET Call/GetCallListPersonel?CallID={CallID}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CallID | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of CallListPersonel| Name | Description | Type | Additional information |
|---|---|---|---|
| PersonelID | integer |
None. |
|
| Name | string |
None. |
|
| Surname | string |
None. |
|
| Phone | string |
None. |
|
| CallID | integer |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"PersonelID": 1,
"Name": "sample string 2",
"Surname": "sample string 3",
"Phone": "sample string 4",
"CallID": 5
},
{
"PersonelID": 1,
"Name": "sample string 2",
"Surname": "sample string 3",
"Phone": "sample string 4",
"CallID": 5
}
]