Get Public Device Specs
GET
/api/v1/devices/public-specs
Responses
200
Successful Response
NonPaginatedResponse[Sequence[public_apis.core_fast.schemas.device_specs.ProducedDeviceSpecsResponse]]
Represents a response with either a list of items or a single item in a single page.
Generic Parameters:
- A
(TypeVar): The type bound to this class, which can be a single BaseModel,
a list of BaseModels, or None.
Usage:
- To respond with an unpaginated list of FooResponse
items
from an API endpoint, ensure that your function
returns NonPaginatedResponse[List[FooResponse]]
.
- To respond with a single `FooResponse` item from an API endpoint,
make sure that your function returns `NonPaginatedResponse[FooResponse]`
and that Python recognizes it.
object
data
Data
Array<object>
ProducedDeviceSpecsResponseResponse to a request for device specs to display on a page.
object
device_type
required
Device Type
string
specs
required
Specs
string