Evo Voice

<back to all web services

GetAISession

Get the specified session

Requires Authentication
Requires the role:SystemAdministrator
The following routes are available for this service:
GET/ai/sessions/{sessionId}
GetAISession Parameters:
NameParameterData TypeRequiredDescription
SessionIdpathstringNoThe ID of the session to get
AISessionInfo Parameters:
NameParameterData TypeRequiredDescription
AccountIdformstringNoThe ID of the account associated with this session
AccountNameformstringNoThe name of the account associated with this customer
PurposeformstringNoThe purpose for this AI session
EntityInfo Parameters:
NameParameterData TypeRequiredDescription
IdformstringNoThe ID of the object
DateCreatedformstringNoThe date the object was created
DateLastModifiedformstringNoThe date the object was last modified
CreatedByformstringNoThe user that created this object
LastModifiedByformstringNoThe user that last modified this object

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 /ai/sessions/{sessionId} HTTP/1.1 
Host: evovoice.io 
Accept: text/csv
HTTP/1.1 200 OK
Content-Type: text/csv
Content-Length: length

{"accountId":"String","accountName":"String","purpose":"String","id":"String","dateCreated":"String","dateLastModified":"String","createdBy":"String","lastModifiedBy":"String"}