GET api/Voice/GetRecordings

Get recordings

Request Information

URI Parameters

None.

Body Parameters

RecordingDataRequest
NameDescriptionTypeAdditional information
ExternalID

ID of the account the recording is for

string

None.

DateFrom

Date from

string

None.

DateTo

Date to

string

None.

ConsultationID

ID of the consultation that was used when uploading the recording

string

None.

Consultant

Name of the doctor / consultant making the recording if not made by patient

string

None.

Request Formats

application/json, text/json

Sample:
{
  "ExternalID": "sample string 1",
  "DateFrom": "sample string 2",
  "DateTo": "sample string 3",
  "ConsultationID": "sample string 4",
  "Consultant": "sample string 5"
}

application/xml, text/xml

Sample:
<RecordingDataRequest xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Tekasco.HealthStream.Models">
  <Consultant>sample string 5</Consultant>
  <ConsultationID>sample string 4</ConsultationID>
  <DateFrom>sample string 2</DateFrom>
  <DateTo>sample string 3</DateTo>
  <ExternalID>sample string 1</ExternalID>
</RecordingDataRequest>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

Resource Description

Collection of Recording
NameDescriptionTypeAdditional information
RecordingID

globally unique identifier

None.

RecordingLocation

string

None.

Transcription

string

None.

RecordingTimestamp

date

None.

Sentiment

string

None.

RecordedFor

string

None.

ConsultationID

string

None.

RecordingOrder

integer

None.

Language

string

None.

AccountID

globally unique identifier

None.

Keywords

Collection of Keyword

None.

Account

Account

None.

Response Formats

application/json

Sample:

Sample not available.

text/json

Sample:

Sample not available.

application/xml

Sample:

Sample not available.

text/xml

Sample:

Sample not available.