v1
latestOpenAPI 3.1.02026-07-2432063.2 KB/minivanExports
Use this endpoint to retrieve all available MiniVAN Exports.
get/minivanExports
Query parameters
generatedAfterstring date
Filter result set by exports generated after the specified date.
generatedBeforestring date
Filter result set by exports generated before the specified date.
createdByinteger
Filters result set ID of the VAN user who created the exports.
namestring
Filters result set by exports with the specified name
$expandstring
Optional; comma-delimited list of expansion properties: canvassers.
Response
200
Example response
{
"items": [
{
"minivanExportId": 13149,
"name": "Tulip City: Precinct 43 Turf 01",
"dateCreated": "2021-03-04T13:35:07.09Z",
"createdBy": {
"userId": 220,
"firstName": "Max",
"lastName": "Kamin-Cross"
}
}
],
"count": 2
}