GET /api/v1/product/?format=api&ordering=title&page=9
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 307,
    "next": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=10",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=8",
    "results": [
        {
            "id": 363,
            "title": "ART-SI-508"
        },
        {
            "id": 368,
            "title": "ART-SI-8008"
        },
        {
            "id": 364,
            "title": "ART-SI-803R"
        },
        {
            "id": 369,
            "title": "ART-SI-8885"
        },
        {
            "id": 370,
            "title": "ART-SI-9500"
        },
        {
            "id": 371,
            "title": "ART-SI-9501"
        },
        {
            "id": 372,
            "title": "ART-SI-9507"
        },
        {
            "id": 365,
            "title": "ART-SI-963B"
        },
        {
            "id": 366,
            "title": "ART-SI-975B"
        },
        {
            "id": 118,
            "title": "ART-T21S"
        }
    ]
}