GET /api/v1/product/?format=api&ordering=title&page=11
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=12",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=10",
    "results": [
        {
            "id": 234,
            "title": "BL-201"
        },
        {
            "id": 235,
            "title": "BL-S03"
        },
        {
            "id": 236,
            "title": "BL-S62"
        },
        {
            "id": 472,
            "title": "BO 7009"
        },
        {
            "id": 473,
            "title": "BO 7010"
        },
        {
            "id": 124,
            "title": "C2600"
        },
        {
            "id": 352,
            "title": "C3100"
        },
        {
            "id": 56,
            "title": "Classico A63-0060"
        },
        {
            "id": 344,
            "title": "Classico A63-0320"
        },
        {
            "id": 343,
            "title": "Classico A64-0320"
        }
    ]
}