GET /api/v1/product/?format=api&ordering=title&page=3
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=4",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=2",
    "results": [
        {
            "id": 111,
            "title": "3618 E"
        },
        {
            "id": 110,
            "title": "3618 L"
        },
        {
            "id": 109,
            "title": "3618 Retro"
        },
        {
            "id": 239,
            "title": "395NHDD"
        },
        {
            "id": 114,
            "title": "4218 E"
        },
        {
            "id": 113,
            "title": "4218 L"
        },
        {
            "id": 112,
            "title": "4218 Retro"
        },
        {
            "id": 115,
            "title": "4502"
        },
        {
            "id": 116,
            "title": "4816"
        },
        {
            "id": 383,
            "title": "6001 Aero"
        }
    ]
}