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": "a74a3c01-1ea0-43b2-a36f-99e7aaaeaa48",
    "Company_Id": "sample string 2",
    "Internal": "sample string 3",
    "Number": "sample string 4",
    "CallDate": "2025-12-10T15:32:51.5022365+01:00",
    "PhoneName": "sample string 6",
    "FileName": "sample string 7",
    "Duration": 1.1
  },
  {
    "Id": "a74a3c01-1ea0-43b2-a36f-99e7aaaeaa48",
    "Company_Id": "sample string 2",
    "Internal": "sample string 3",
    "Number": "sample string 4",
    "CallDate": "2025-12-10T15:32:51.5022365+01:00",
    "PhoneName": "sample string 6",
    "FileName": "sample string 7",
    "Duration": 1.1
  }
]

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.