AssureID Connect Web Service
| Get | /AssureTec.AssureID.Web/AssureIDService/Document/{INSTANCEID}/Classification |
Uri: http://localhost/AssureTec.AssureID.Web/AssureIDService/Document/{INSTANCEID}/Classification
Description
Retrieve document classification information for a specific document given its instance identifier.
Parameters
| Name | Description | Data Type |
|---|---|---|
| INSTANCEID | String |
Response (Xml)
The response body is of type http://services.assureid.net/2014/09:DocumentClassification.
Sample Data
<DocumentClassification xmlns="http://services.assureid.net/2014/09"> <Mode>Automatic</Mode> <OrientationChanged>true</OrientationChanged> <PresentationChanged>true</PresentationChanged> <Type> <Class>Unknown</Class> <ClassCode>String content</ClassCode> <ClassName>String content</ClassName> <Id>1627aea5-8e0a-4371-9022-9b504344e724</Id> <IsGeneric>true</IsGeneric> <Issue>String content</Issue> <IssueType>String content</IssueType> <IssuerCode>String content</IssuerCode> <IssuerName>String content</IssuerName> <KeesingCode>String content</KeesingCode> <Name>String content</Name> <Size>Unknown</Size> <SupportedImages> <DocumentImageType> <Light>White</Light> <Side>Front</Side> </DocumentImageType> <DocumentImageType> <Light>White</Light> <Side>Front</Side> </DocumentImageType> </SupportedImages> </Type> </DocumentClassification>
Response (Json)
Sample Data
{
"Mode": 0,
"OrientationChanged": true,
"PresentationChanged": true,
"Type": {
"Class": 0,
"ClassCode": "String content",
"ClassName": "String content",
"Id": "1627aea5-8e0a-4371-9022-9b504344e724",
"IsGeneric": true,
"Issue": "String content",
"IssueType": "String content",
"IssuerCode": "String content",
"IssuerName": "String content",
"KeesingCode": "String content",
"Name": "String content",
"Size": 0,
"SupportedImages": [
{
"Light": 0,
"Side": 0
}
]
}
}See Also