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 DispensaryPackageResultsReturnName | Description | Type | Additional information |
---|---|---|---|
Id | globally unique identifier |
None. |
|
BatchId | string |
None. |
|
ExpiryDate | Object |
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": "38c047fc-b9bd-43bb-bd7a-b15e3ab15312", "BatchId": "sample string 2", "ExpiryDate": {}, "PackageId": "sample string 4", "SupplierId": 1, "ReceivingId": "33f91668-e9de-4d2b-8922-d8977e3e36ec", "ReceivingDate": "2024-11-07T08:56:43.0019559+00:00", "Strain": "sample string 7", "SupplierLicense": "sample string 8", "TestDate": "2024-11-07T08:56:43.0019559+00:00", "Cannabinoids": [ { "CannabinoidTypeId": 1, "CannabinoidType": "sample string 2", "Value": 3.1 }, { "CannabinoidTypeId": 1, "CannabinoidType": "sample string 2", "Value": 3.1 } ], "HarvestDate": "2024-11-07T08:56:43.0019559+00:00", "TestingFacilityName": "sample string 9", "TestBatchNumber": "sample string 10", "SupplierName": "sample string 11", "TerpeneProfile": "sample string 12" }, { "Id": "38c047fc-b9bd-43bb-bd7a-b15e3ab15312", "BatchId": "sample string 2", "ExpiryDate": {}, "PackageId": "sample string 4", "SupplierId": 1, "ReceivingId": "33f91668-e9de-4d2b-8922-d8977e3e36ec", "ReceivingDate": "2024-11-07T08:56:43.0019559+00:00", "Strain": "sample string 7", "SupplierLicense": "sample string 8", "TestDate": "2024-11-07T08:56:43.0019559+00:00", "Cannabinoids": [ { "CannabinoidTypeId": 1, "CannabinoidType": "sample string 2", "Value": 3.1 }, { "CannabinoidTypeId": 1, "CannabinoidType": "sample string 2", "Value": 3.1 } ], "HarvestDate": "2024-11-07T08:56:43.0019559+00:00", "TestingFacilityName": "sample string 9", "TestBatchNumber": "sample string 10", "SupplierName": "sample string 11", "TerpeneProfile": "sample string 12" } ]