| 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 .jsv suffix or ?format=jsv
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: text/jsv
HTTP/1.1 200 OK
Content-Type: text/jsv
Content-Length: length
{
essences:
[
{
id: 0,
name: String,
productGroup: 1,
isActive: False
}
],
totalEntities: 0,
page: 0,
property: String,
isAscending: False,
pageSize: 0
}