Retrieve strain details. If the id path parameter is not provided in the request, the response will contain all the active strains for the license_number provided.
OK
Bad Request
{- "results": {
- "type": "array",
- "records": {
- "count": "0 - 100",
- "total": 437,
- "previous": null,
}, - "data": [
- {
- "id": "199903",
- "name": "Blue Dream",
- "cannabinoids": {
- "cbd_percent": 15,
- "thc_percent": 13
}, - "contents": {
- "indica_percent": 50,
- "sativa_percent": 50
}, - "average_yield": "20",
- "flowering_time": "7",
- "gender": "female",
- "breeder": "Kush & co.",
- "entity_state": [
- {
- "state": "in_house_tested",
- "date": "2021-01-12T05:27:39",
- "reason": "internal test KX14",
- "actioned_by": "jdoe@kmp.com"
}, - {
- "state": "active",
- "date": "2021-01-12T05:27:39",
- "reason": "strain created",
- "actioned_by": "jdoe@kmp.com"
}
]
}
]
}, - "warnings": [ ]
}