Retrieve a list of lab test states for a specific state.
OK
Bad Request
{- "results": {
- "type": "array",
- "data": [
- {
- "id": "CALTTS0001",
- "type": null,
- "name": [
- "lab_testing_not_submitted"
]
}, - {
- "id": "CALTTS0002",
- "type": null,
- "name": [
- "lab_testing_submitted"
]
}, - {
- "id": "CALTTS0003",
- "type": null,
- "name": [
- "lab_testing_failed"
]
}, - {
- "id": "CALTTS0004",
- "type": null,
- "name": [
- "lab_testing_passed"
]
}, - {
- "id": "CALTTS0005",
- "type": null,
- "name": [
- "lab_testing_in_progress"
]
}
]
}, - "warnings": [ ]
}