DocumentServiceSoap

Operations

Index Method Parameters Response Type Description
1 searchEvents
organizationToken
date
ArrayOfEventInfo Get a list of events for a specific date. Useful for getting the id of an event to return the transcript for.
7 getRealTextDocument
organizationToken
eventId
String Returns the zipped contents of the transcript in real text format as a base64 string.
9 getTimedTextDocument
organizationToken
eventId
String Returns the zipped contents of the transcript in timed text format as a base64 string.
10 getTextOnlyTranscript
organizationToken
eventId
language
String Returns the text content of the transcript in the specified language.

searchEvents

Parameters

Name Type Required Description
organizationToken
String
Y
date
String
Y

Response

Name Type Required Description
SearchEventsResult
ArrayOfEventInfo
Property Type Required Description
EventInfo[] EventInfo[] N
EventInfo[].Name String N
EventInfo[].ScheduledStart String N
EventInfo[].ScheduledStartUtc String N
EventInfo[].ActualStart String N
EventInfo[].ActualStartUtc String N
EventInfo[].Status String N
EventInfo[].Id String N
EventInfo[].Writer String N
Y

getRealTextDocument

Parameters

Name Type Required Description
organizationToken
String
Y
eventId
String
Y

Response

Name Type Required Description
GetRealTextDocumentResult
String
Y

getTimedTextDocument

Parameters

Name Type Required Description
organizationToken
String
Y
eventId
String
Y

Response

Name Type Required Description
GetTimedTextDocumentResult
String
Y

getTextOnlyTranscript

Parameters

Name Type Required Description
organizationToken
String
Y
eventId
String
Y
language
String
Y

Response

Name Type Required Description
GetTextOnlyTranscripttResult
String
Y