GET /api/v1/product/?format=api&ordering=id&page=30
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=31",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=id&page=29",
    "results": [
        {
            "id": 460,
            "title": "SHS800SN"
        },
        {
            "id": 461,
            "title": "SHS880SN"
        },
        {
            "id": 462,
            "title": "SHS900SN"
        },
        {
            "id": 463,
            "title": "MWO 2549"
        },
        {
            "id": 464,
            "title": "MWO 2036"
        },
        {
            "id": 465,
            "title": "MWO 2340"
        },
        {
            "id": 466,
            "title": "VCB 2250"
        },
        {
            "id": 467,
            "title": "VCC 2245"
        },
        {
            "id": 468,
            "title": "VCC 2248"
        },
        {
            "id": 469,
            "title": "VCB 2244"
        }
    ]
}