The following is an example of a MiniVAN Export:
{
"minivanExportId": 2133,
"name": "My List 10/9/15 4:23 PM",
"databaseMode": 0,
"dateCreated": "2015-10-09T16:23:53.41Z",
"createdBy": {
"userId": 111222,
"firstName": "Frances",
"lastName": "Perkins"
},
"canvassers": [
{
"canvassserId": 111223,
"firstName": "Eleanor",
"lastName": "Roosevelt"
}
]
}
MiniVAN Export
Each MiniVAN Export has the following properties:
Property | Type | Description |
---|---|---|
minivanExportId | int | Read-only; Unique identifier for a MiniVAN Export |
name | string | The name given to the list when it was exported to MiniVAN |
databaseMode | int | Whether the export exists in VoterFile mode (0 ) or MyCampaign mode (1 ) |
dateCreated | date | The date the export was created |
createdBy | object | An object containing a userId property indicating the ID of the VAN User who created the export |
canvassers | array | An array of objects containing a canvasserId property indicating the ID of the VAN User who received the export and canvassed the list |