GET CannabinoidTypes

Returns All Cannabinoid Types in Cova

Information:

Base URL:

https://api.covasoft.net/dispensary

Example of a call would be:

https://api.covasoft.net/dispensary/CannabinoidTypes

data Filters

ormal Odata pagings with $top & $skip

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ll Cannabinoid Types in Cova

Collection of DispensaryCannabinoidTypesReturn
NameDescriptionTypeAdditional information
Id

integer

None.

Name

string

None.

Enabled

boolean

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "Id": 1,
    "Name": "sample string 2",
    "Enabled": true
  },
  {
    "Id": 1,
    "Name": "sample string 2",
    "Enabled": true
  }
]