Evo Voice

<back to all web services

LiveAnswerGetLiveKitConfig

Requires Authentication
Required role:SystemAdministrator
The following routes are available for this service:
GET/nodes/live-answer/livekit/config
Imports System
Imports System.IO
Imports System.Collections
Imports System.Collections.Generic
Imports System.Runtime.Serialization
Imports ServiceStack
Imports ServiceStack.DataAnnotations
Imports Voice.Api.Nodes.AI

Namespace Global

    Namespace Voice.Api.Nodes.AI

        Public Partial Class LiveAnswerGetLiveKitConfig
            Public Overridable Property AccountSid As String
            Public Overridable Property CallSid As String
        End Class

        Public Partial Class LiveAnswerLiveKitConfig
            Public Overridable Property Message As String
        End Class
    End Namespace
End Namespace

VB.NET LiveAnswerGetLiveKitConfig DTOs

To override the Content-type in your clients, use the HTTP Accept Header, append the .csv suffix or ?format=csv

HTTP + CSV

The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.

GET /nodes/live-answer/livekit/config HTTP/1.1 
Host: evovoice.io 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"message":"String"}