GET maintenance/brand
Gets the different known brands. Allow Anonymous
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
the brands list
Collection of Flipr.Data.SQL.Chemicals.Brand| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Gets or sets the id |
integer |
None. |
| Name |
Gets or sets the name |
string |
String length: inclusive between 0 and 80 |
Response Formats
application/json, text/json
Sample:
[
{
"Id": 1,
"Name": "sample string 2"
},
{
"Id": 1,
"Name": "sample string 2"
}
]
text/html
Sample:
[{"Id":1,"Name":"sample string 2"},{"Id":1,"Name":"sample string 2"}]