| Code | Description |
|---|---|
| 400 | The request was unacceptable, often due to missing a required parameter. |
GET /brands
200
{
"pagination": {
"per_page": 25,
"total_pages": 0,
"total_objects": 0
},
"brands": []
}
| Param name | Description |
|---|---|
|
page optional |
Validations:
|
|
per_page optional |
Validations:
|
|
name optional |
List brands with names matching the provided string. Validations:
|
|
name_like optional |
List brands with names matching, or similar to, the provided string. Slower, but useful for correcting user input. Validations:
|
|
approved optional |
Validations:
|
|
pending optional |
Validations:
|
|
in_use optional |
Only return brands that have one or more instrument. Validations:
|
|
in_serial_lookup optional |
Only return brands that have one or more serial number ranges defined. Validations:
|