Client.manufacturers¶
List all instrument manufacturers in the catalog.
Signature¶
@property
manufacturers -> list[Any]
HTTP parameters¶
| Name | In | Type | Required | Default |
|---|---|---|---|---|
limit |
query |
integer |
no | 100 |
offset |
query |
integer |
no | 0 |
Return shape¶
HTTP 200 — OK
Schema: PagedManufacturerSchema
| Field | Type | Required |
|---|---|---|
count |
integer |
yes |
items |
array<ManufacturerSchema> |
yes |
Permission¶
Required permission: Any signed-in user
HTTP¶
GET /api/instruments/catalog/manufacturers/ (listManufacturers)
Usage¶
client.manufacturers