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