GET maintenance/conditioning?l={l}
Gets the list of the different known conditioning. Allows anonymous connection.
Request Information
URI Parameters
Name | Description | Type | Additional information |
---|---|---|---|
l |
the lang we want to use over the one defined in the user profile, defined with the ISO code over 2 char |
string |
None. |
Body Parameters
None.
Response Information
Resource Description
the conditionnings list
Collection of Flipr.Data.SQL.Chemicals.ConditioningName | Description | Type | Additional information |
---|---|---|---|
Id |
Gets or sets the id |
integer |
None. |
Name |
Gets the translated sentence if the translation exists, the default value. |
string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "Id": 1, "Name": "sample string 3" }, { "Id": 1, "Name": "sample string 3" } ]
text/html
Sample:
[{"Id":1,"Name":"sample string 3"},{"Id":1,"Name":"sample string 3"}]