GET Companies({CompanyId})/ProductTestResults?filter={filter}
Returns Dispensary Package Testing Details
Information:
Base URL:
https://api.covasoft.net/dispensary
Example of a call would be:
ttps://api.covasoft.net/dispensary/Companies({CompanyId})/ProductTestResults?$filter=PackageId+eq+'{PackageId}'
data Filters
filter=PackageId+eq+'{PackageId}'
ormal Odata pagings with $top & $skip
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| CompanyId |
The unique Company Id that was provided in your onboarding pacakage. |
integer |
Required |
| filter |
The Odata filter applied to this call, see Odata filter section above |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
Dispensary Package Testing Details
Collection of DispensaryPackageResultsReturn| Name | Description | Type | Additional information |
|---|---|---|---|
| Id | globally unique identifier |
None. |
|
| BatchId | string |
None. |
|
| ExpiryDate | string |
None. |
|
| PackageId | string |
None. |
|
| SupplierId | integer |
None. |
|
| ReceivingId | globally unique identifier |
None. |
|
| ReceivingDate | date |
None. |
|
| Strain | string |
None. |
|
| SupplierLicense | string |
None. |
|
| TestDate | date |
None. |
|
| Cannabinoids | Collection of Cannabinoid |
None. |
|
| HarvestDate | date |
None. |
|
| TestingFacilityName | string |
None. |
|
| TestBatchNumber | string |
None. |
|
| SupplierName | string |
None. |
|
| TerpeneProfile | string |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Id": "37365c74-fb44-4e52-abff-ed7875aa3dd2",
"BatchId": "sample string 2",
"ExpiryDate": "sample string 3",
"PackageId": "sample string 4",
"SupplierId": 1,
"ReceivingId": "227406fc-b96b-4573-8c3c-bd6ebf0c731f",
"ReceivingDate": "2025-11-21T14:55:39.1077498+00:00",
"Strain": "sample string 7",
"SupplierLicense": "sample string 8",
"TestDate": "2025-11-21T14:55:39.1077498+00:00",
"Cannabinoids": [
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
},
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
}
],
"HarvestDate": "2025-11-21T14:55:39.1077498+00:00",
"TestingFacilityName": "sample string 9",
"TestBatchNumber": "sample string 10",
"SupplierName": "sample string 11",
"TerpeneProfile": "sample string 12"
},
{
"Id": "37365c74-fb44-4e52-abff-ed7875aa3dd2",
"BatchId": "sample string 2",
"ExpiryDate": "sample string 3",
"PackageId": "sample string 4",
"SupplierId": 1,
"ReceivingId": "227406fc-b96b-4573-8c3c-bd6ebf0c731f",
"ReceivingDate": "2025-11-21T14:55:39.1077498+00:00",
"Strain": "sample string 7",
"SupplierLicense": "sample string 8",
"TestDate": "2025-11-21T14:55:39.1077498+00:00",
"Cannabinoids": [
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
},
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
}
],
"HarvestDate": "2025-11-21T14:55:39.1077498+00:00",
"TestingFacilityName": "sample string 9",
"TestBatchNumber": "sample string 10",
"SupplierName": "sample string 11",
"TerpeneProfile": "sample string 12"
}
]