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": "65594bb1-8bef-48f6-828f-f9bc5a978763",
"BatchId": "sample string 2",
"ExpiryDate": "sample string 3",
"PackageId": "sample string 4",
"SupplierId": 1,
"ReceivingId": "1ae1c975-f864-4ecb-a38e-f95560475e6d",
"ReceivingDate": "2025-12-08T06:27:12.2803018+00:00",
"Strain": "sample string 7",
"SupplierLicense": "sample string 8",
"TestDate": "2025-12-08T06:27:12.2803018+00:00",
"Cannabinoids": [
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
},
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
}
],
"HarvestDate": "2025-12-08T06:27:12.2803018+00:00",
"TestingFacilityName": "sample string 9",
"TestBatchNumber": "sample string 10",
"SupplierName": "sample string 11",
"TerpeneProfile": "sample string 12"
},
{
"Id": "65594bb1-8bef-48f6-828f-f9bc5a978763",
"BatchId": "sample string 2",
"ExpiryDate": "sample string 3",
"PackageId": "sample string 4",
"SupplierId": 1,
"ReceivingId": "1ae1c975-f864-4ecb-a38e-f95560475e6d",
"ReceivingDate": "2025-12-08T06:27:12.2803018+00:00",
"Strain": "sample string 7",
"SupplierLicense": "sample string 8",
"TestDate": "2025-12-08T06:27:12.2803018+00:00",
"Cannabinoids": [
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
},
{
"CannabinoidTypeId": 1,
"CannabinoidType": "sample string 2",
"Value": 3.1
}
],
"HarvestDate": "2025-12-08T06:27:12.2803018+00:00",
"TestingFacilityName": "sample string 9",
"TestBatchNumber": "sample string 10",
"SupplierName": "sample string 11",
"TerpeneProfile": "sample string 12"
}
]