| GET | /essence/treatment |
|---|
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| ProductGroup | query | ProductGroup? | No | |
| Name | query | string | No | |
| IsActive | query | bool? | No | |
| Property | query | string | No | |
| IsAscending | query | bool | No | |
| PageSize | query | int | No | |
| Page | query | int | No |
| Name | Value | |
|---|---|---|
| Spagyric | 1 | |
| Herbs | 3 | |
| Tinctures | 4 | |
| MineralSolution | 6 | |
| LMPotency | 7 | |
| Custom | 9 | |
| BudExtract | 10 |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Essences | form | List<EssenceListItemDto> | No | |
| TotalEntities | form | long | No | |
| Page | form | int | No | |
| Property | form | string | No | |
| IsAscending | form | bool | No | |
| PageSize | form | int | No |
| Name | Parameter | Data Type | Required | Description |
|---|---|---|---|---|
| Id | form | long | No | |
| Name | form | string | No | |
| ProductGroup | form | ProductGroup | No | |
| IsActive | form | bool | No |
To override the Content-type in your clients, use the HTTP Accept Header, append the .json suffix or ?format=json
To embed the response in a jsonp callback, append ?callback=myCallback
The following are sample HTTP requests and responses. The placeholders shown need to be replaced with actual values.
GET /essence/treatment HTTP/1.1 Host: heidak-api.build.exanic.ch Accept: application/json
HTTP/1.1 200 OK
Content-Type: application/json
Content-Length: length
{"essences":[{"id":0,"name":"String","productGroup":1,"isActive":false}],"totalEntities":0,"page":0,"property":"String","isAscending":false,"pageSize":0}