InsideService20
The following operations are supported. For a formal definition, please review the Service Description.
-
AddDocumentFromBytes
Adds a document directly from a byte-array (base64Binary). - AddDocumentFromBytesEx
-
AddDocumentFromUrl
Adds a document from an URL. Document is downloaded and prepared for use. -
AddDocumentToCall
Adds a document at the specified node in the flow of the specified call. -
CheckActiveRequests
Returns true or false if there are active requests. -
CreateCall
Creates a new call with the specified flow and returns its ID. -
CreateCallEx
Creates a new call with the specified document and extra data, and returns its ID. -
CreateContact
Creates a new contact with the specified emailaddress. -
CreateRequest
Creates a new request for a direct or indirect online session. -
CreateUser
Creates a new user with the specified credentials. -
DeleteCredentials
Remove the cookie with the login credentials. -
DeleteDocument
Deletes a specific document from the database. -
EndCall
End the current call. -
GetActiveRequests
Returns number of active requests when new requests are added. -
GetAgentUrl
Get the Idiligo Agent url. -
GetCallDataById
Get call data from its ID. -
GetCallDataByPublicId
Get call data from its Public ID. -
GetCallIdFromRequest
Returns the unique id for a call when a request is picked up in time. -
GetCallValues
Get values of the fields used in the flow of the specified call. - GetCaptureCursor
-
GetChatMessage
Returns a chat text from the server. -
GetClientCommand
Returns latest command state of the call. - GetCurrentStep
-
GetDocumentCursor
Returns current cursor position over document from the server. -
GetDocumentProgress
Gets the status and progress of a document that is being converted. -
GetDocumentStatus
Gets the conversion/preparation status of a document. Returns: BUSY, READY, NOT FOUND, or ERROR. -
GetLanguage
Get language items from LanguageCode. -
GetPublicCallId
Returns a unique public identifier for a call to constuct the client and agent session URLs. -
GetServerEvent
Returns a Server Events. - GetServerId
-
GetSesData
Get call data from its ID. -
Login
Returns a security token for use with the other service functions. You'll need an API-key and a valid account. Token remains valid for 24 hours. -
LoginBytoken
Re-initialise Session object. - MoveDocument
-
NavigateToAgentUrl
Navigate to the Idiligo Agent url. -
SaveCredentials
Save the login credentials in a cookie. -
SendMail
Sends an email to recipient with the specified options. -
SetCallValues
Set values of the fields defined in the flow of the specified call. - SetCaptureCursor
- SetCaptureImageByte
- SetCaptureImageString
-
SetChatMessage
Sends a chat text to the server. - SetComment
-
SetContact
Set contact to the Call. -
SetDocumentCursor
Sends current cursor position over document to the server. - SetHomeStep
- SetNextStep
- SetPrevStep
-
SetRedirectURL
Redirects the client to the specified URL. - SetValue
- SetValues
- SetViewer
- SetViewerWrap
- ShowBrowseGetHTML
- ShowBrowseSetHTML
-
UpdateActiveRequests
Updates all active requests. -
UpdateLastActivity
Update the last time an agent did a request check. -
VerifyUserByMail
Checks if a user exists and returns authentication role.