GET /api/v1/product/?format=api&ordering=title&page=2
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=3",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title",
    "results": [
        {
            "id": 300,
            "title": "20UX66"
        },
        {
            "id": 240,
            "title": "228RSD"
        },
        {
            "id": 156,
            "title": "23UX39"
        },
        {
            "id": 87,
            "title": "23UX97"
        },
        {
            "id": 247,
            "title": "276FDD"
        },
        {
            "id": 248,
            "title": "293SD"
        },
        {
            "id": 241,
            "title": "316DD"
        },
        {
            "id": 108,
            "title": "3216 E"
        },
        {
            "id": 242,
            "title": "345DD"
        },
        {
            "id": 243,
            "title": "360NHDD"
        }
    ]
}