GET api/Recording

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of GoCheckRecording
NameDescriptionTypeAdditional 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": "f5878f44-8c79-4015-9355-51457d492092",
    "Company_Id": "sample string 2",
    "Internal": "sample string 3",
    "Number": "sample string 4",
    "CallDate": "2026-04-07T19:01:44.4212406+02:00",
    "PhoneName": "sample string 6",
    "FileName": "sample string 7",
    "Duration": 1.1
  },
  {
    "Id": "f5878f44-8c79-4015-9355-51457d492092",
    "Company_Id": "sample string 2",
    "Internal": "sample string 3",
    "Number": "sample string 4",
    "CallDate": "2026-04-07T19:01:44.4212406+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.