A conviction disclosed within a SelfDisclosure object in a POST /screenings request.
Attribute | Type | Description |
---|---|---|
arrestDate | string | Date of arrest format should be "YYYY-MM-DD". |
caseCounty | string | County which has the arrest record. |
convicted | boolean | Boolean confirming whether there was a conviction. |
convictionDetails | string | Any additional details about the conviction. |
currentlyOnProbation | boolean | Boolean confirming whether candidate is currently on probation. |
dispositionDate | string | Date of final court decision on the case. Format should be "YYYY-MM-DD". |
offenseLevel | string | Level of offense such as "Category IV". |
offenseDate | string | Date offense was committed. Format should be "YYYY-MM-DD". |
sentenceDate | string | Date of sentence format should be "YYYY-MM-DD". |
summary | string | Summary of conviction. |
"conviction":{
"arrestDate":"1990-01-12",
"caseCounty":"King",
"convicted":false,
"convictionDetails":"Found not guilty",
"currentlyOnProbation":false,
"dispositionDate":"1991-03-31",
"offenseLevel":"Class B Felony",
"offenseDate":"1990-11-29",
"sentenceDate":"1990-04-20",
"summary":"Arrest occurred but candidate was found not guilty."
}