GET /api/v1/product/?format=api&ordering=id&page=21
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=22",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=20",
    "results": [
        {
            "id": 309,
            "title": "MC-R95"
        },
        {
            "id": 310,
            "title": "HD-623B"
        },
        {
            "id": 311,
            "title": "HD-8981"
        },
        {
            "id": 312,
            "title": "HD-8829"
        },
        {
            "id": 313,
            "title": "HD-S5"
        },
        {
            "id": 315,
            "title": "HM-9402"
        },
        {
            "id": 317,
            "title": "HM-758"
        },
        {
            "id": 318,
            "title": "TE-50G"
        },
        {
            "id": 319,
            "title": "AH-2020"
        },
        {
            "id": 320,
            "title": "ART-AH-807C"
        }
    ]
}