Export Scan by Custom ID
URL
https://veriscanonline.com/Export/Scan?customId={customId}
HTTP Verbs
Both GET and POST can be used to make this request
Request Information
.ASPXAUTH cookie must be sent with the request in order to be authenticated
URI (Body) Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| customId | string | Required |
Response Information
| Name | Description | Type | Additional information |
|---|---|---|---|
| HistoryItem | HistoryItem |
Response Formats
Default
<HistoryItem xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" id="4071544">
<Scanned>2016-01-12T21:57:23.277</Scanned>
<IDNum>9999991</IDNum>
<FirstName>I</FirstName>
<MiddleName>AM</MiddleName>
<LastName>SAMPLE</LastName>
<BirthDate>1980-01-05T06:00:00</BirthDate>
<ExpDate>2012-05-12T05:00:00</ExpDate>
<Address>10 HOPE STREET</Address>
<City>PAWTUCKET</City>
<JurisdictionCode>RI</JurisdictionCode>
<PostalCode>02860</PostalCode>
<Gender>Female</Gender>
<DeviceName>Alycia's iPhone</DeviceName>
<LocationName>Demo</LocationName>
<Phone/>
<Email/>
<GroupComment/>
<GroupName>Banned</GroupName>
<Tags/>
<Comments/>
<CustomFieldValues>
<CustomFieldValue>
<FieldId>25</FieldId>
<CategoryId>7</CategoryId>
<CategoryName>Ordering Clinician</CategoryName>
<TypeId>1</TypeId>
<TypeName>String</TypeName>
<FieldName>Device Name</FieldName>
<Value>John Smitj</Value>
<OptionIds />
</CustomFieldValue>
</CustomFieldValues>
<CompletedSurveys>
<SurveyId>49</SurveyId>
<SurveyId>51</SurveyId>
</CompletedSurveys>
</HistoryItem>
Accept: application/json
{
"Id": 4071544,
"Scanned": "/Date(1452657443277)/",
"IDNum": "9999991",
"FirstName": "I",
"MiddleName": "AM",
"LastName": "SAMPLE",
"BirthDate": "/Date(315921600000)/",
"ExpDate": "/Date(1336816800000)/",
"Address": "10 HOPE STREET",
"City": "PAWTUCKET",
"JurisdictionCode": "RI",
"PostalCode": "02860",
"Gender": "Female",
"DeviceName": "Alycia's iPhone",
"LocationName": "Demo",
"Phone": "",
"Email": "",
"GroupComment": "",
"GroupName": "Banned",
"Tags": "",
"Comments": "",
"Country": null,
"CountryCode": "CA",
"Address1": "10 HOPE STREET",
"Address2": "",
"ScannedLocal": "/Date(1596086484000)/",
"TimeZoneId": "Central Asia Standard Time",
"CustomId": "1234567890",
"CompletedSurveys": [],
"CustomFieldValues": [
{
"FieldId": 25,
"CategoryId": 7,
"CategoryName": "Ordering Clinician",
"TypeId": 1,
"TypeName": "String",
"FieldName": "Device Name",
"Value": "John Smitj",
"OptionIds": []
}
}