GET api/PhoneCall
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of ApiPhoneCall| Name | Description | Type | Additional information |
|---|---|---|---|
| ID | integer |
None. |
|
| date | date |
None. |
|
| statusID | integer |
None. |
|
| note | string |
None. |
|
| phoneNumber | string |
None. |
|
| callID | integer |
None. |
|
| matchesCall | boolean |
None. |
|
| duration | integer |
None. |
|
| hasFile | boolean |
None. |
|
| fileLink | string |
None. |
|
| userID | integer |
None. |
|
| phoneAlert | string |
None. |
|
| phoneAlerts | Collection of string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"ID": 1,
"date": "2025-12-21T14:19:26.23892+00:00",
"statusID": 3,
"note": "sample string 4",
"phoneNumber": "sample string 5",
"callID": 1,
"matchesCall": true,
"duration": 7,
"hasFile": true,
"fileLink": "sample string 9",
"userID": 1,
"phoneAlert": "sample string 10",
"phoneAlerts": [
"sample string 1",
"sample string 2"
]
},
{
"ID": 1,
"date": "2025-12-21T14:19:26.23892+00:00",
"statusID": 3,
"note": "sample string 4",
"phoneNumber": "sample string 5",
"callID": 1,
"matchesCall": true,
"duration": 7,
"hasFile": true,
"fileLink": "sample string 9",
"userID": 1,
"phoneAlert": "sample string 10",
"phoneAlerts": [
"sample string 1",
"sample string 2"
]
}
]
application/octet-stream, multipart/form-data
Sample:
[{"ID":1,"date":"2025-12-21T14:19:26.23892+00:00","statusID":3,"note":"sample string 4","phoneNumber":"sample string 5","callID":1,"matchesCall":true,"duration":7,"hasFile":true,"fileLink":"sample string 9","userID":1,"phoneAlert":"sample string 10","phoneAlerts":["sample string 1","sample string 2"]},{"ID":1,"date":"2025-12-21T14:19:26.23892+00:00","statusID":3,"note":"sample string 4","phoneNumber":"sample string 5","callID":1,"matchesCall":true,"duration":7,"hasFile":true,"fileLink":"sample string 9","userID":1,"phoneAlert":"sample string 10","phoneAlerts":["sample string 1","sample string 2"]}]
application/xml, text/xml
Sample:
<ArrayOfPhoneCallController.ApiPhoneCall xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/HTMW.Controllers">
<PhoneCallController.ApiPhoneCall>
<ID>1</ID>
<callID>1</callID>
<date>2025-12-21T14:19:26.23892+00:00</date>
<duration>7</duration>
<fileLink>sample string 9</fileLink>
<hasFile>true</hasFile>
<matchesCall>true</matchesCall>
<note>sample string 4</note>
<phoneAlert>sample string 10</phoneAlert>
<phoneAlerts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</phoneAlerts>
<phoneNumber>sample string 5</phoneNumber>
<statusID>3</statusID>
<userID>1</userID>
</PhoneCallController.ApiPhoneCall>
<PhoneCallController.ApiPhoneCall>
<ID>1</ID>
<callID>1</callID>
<date>2025-12-21T14:19:26.23892+00:00</date>
<duration>7</duration>
<fileLink>sample string 9</fileLink>
<hasFile>true</hasFile>
<matchesCall>true</matchesCall>
<note>sample string 4</note>
<phoneAlert>sample string 10</phoneAlert>
<phoneAlerts xmlns:d3p1="http://schemas.microsoft.com/2003/10/Serialization/Arrays">
<d3p1:string>sample string 1</d3p1:string>
<d3p1:string>sample string 2</d3p1:string>
</phoneAlerts>
<phoneNumber>sample string 5</phoneNumber>
<statusID>3</statusID>
<userID>1</userID>
</PhoneCallController.ApiPhoneCall>
</ArrayOfPhoneCallController.ApiPhoneCall>