cloudsprite.manufacturers¶
List all instrument manufacturers in the catalog.
Module convenience alias for Client.manufacturers (process-default client). Not listed in __all__.
Signature¶
@property
cs.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¶
cs.manufacturers