GET /api/v1/product/?format=api&ordering=title&page=4
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=5",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=3",
    "results": [
        {
            "id": 336,
            "title": "6002"
        },
        {
            "id": 386,
            "title": "6002 Pure"
        },
        {
            "id": 256,
            "title": "6300-K"
        },
        {
            "id": 255,
            "title": "6300-K eco"
        },
        {
            "id": 257,
            "title": "6301-K"
        },
        {
            "id": 258,
            "title": "6302-K"
        },
        {
            "id": 260,
            "title": "6400-G"
        },
        {
            "id": 259,
            "title": "6400-G eco"
        },
        {
            "id": 261,
            "title": "6401-G"
        },
        {
            "id": 262,
            "title": "6402-G"
        }
    ]
}