GET api/Recording
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of GoCheckRecording| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| Company_Id | string |
None. |
|
| Internal | string |
None. |
|
| Number | string |
None. |
|
| CallDate | date |
None. |
|
| PhoneName | string |
None. |
|
| FileName | string |
None. |
|
| Duration | decimal number |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "1fef75e9-5c4b-4a31-9853-fc1f364506e8",
"Company_Id": "sample string 2",
"Internal": "sample string 3",
"Number": "sample string 4",
"CallDate": "2026-08-05T22:59:23.041749+02:00",
"PhoneName": "sample string 6",
"FileName": "sample string 7",
"Duration": 1.1
},
{
"Id": "1fef75e9-5c4b-4a31-9853-fc1f364506e8",
"Company_Id": "sample string 2",
"Internal": "sample string 3",
"Number": "sample string 4",
"CallDate": "2026-08-05T22:59:23.041749+02:00",
"PhoneName": "sample string 6",
"FileName": "sample string 7",
"Duration": 1.1
}
]
application/xml
Sample:
Sample not available.
text/xml
Sample:
Sample not available.