ScannerVision Web Server

<back to all web services

GetScanStarted

Requires Authentication
The following routes are available for this service:
GET/{Brand}/scanstarted
DtoBase Parameters:
NameParameterData TypeRequiredDescription
BrandformBrandNo
Brand Enum:
Desktop
Hp
Kyocera
NeaScan
Samsung
FujiXerox
Ta
Utax
Epson
ScanFront400
Sharp
Ricoh
FujiFilm
Brother
GetScanStartedResponse Parameters:
NameParameterData TypeRequiredDescription
ScanStartedformboolNo
ResponseBase Parameters:
NameParameterData TypeRequiredDescription
SelectedUiLanguageformstringNo
svSessionformstringNo
TitleformstringNo
PageTipformstringNo
NewBrowserformboolNo
ScanFront400TAformboolNo
ScanFront400UTAXformboolNo

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

HTTP + JSV

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

GET /{Brand}/scanstarted HTTP/1.1 
Host: dmsshow.kyocerasolutions.cz 
Accept: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length

{
	ScanStarted: False,
	SelectedUiLanguage: String,
	svSession: String,
	Title: String,
	PageTip: String,
	NewBrowser: False,
	ScanFront400TA: False,
	ScanFront400UTAX: False,
	Brand: Desktop
}