GET /api/v1/product/?format=api&ordering=-id&page=15
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=-id&page=16",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=-id&page=14",
    "results": [
        {
            "id": 264,
            "title": "WF70L0505K"
        },
        {
            "id": 263,
            "title": "6403-Е"
        },
        {
            "id": 262,
            "title": "6402-G"
        },
        {
            "id": 261,
            "title": "6401-G"
        },
        {
            "id": 260,
            "title": "6400-G"
        },
        {
            "id": 259,
            "title": "6400-G eco"
        },
        {
            "id": 258,
            "title": "6302-K"
        },
        {
            "id": 257,
            "title": "6301-K"
        },
        {
            "id": 256,
            "title": "6300-K"
        },
        {
            "id": 255,
            "title": "6300-K eco"
        }
    ]
}