GET /api/v1/product/?format=api&ordering=title&page=20
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=21",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=19",
    "results": [
        {
            "id": 221,
            "title": "Milagro 02-K"
        },
        {
            "id": 347,
            "title": "Moderno A63-1030"
        },
        {
            "id": 60,
            "title": "Moderno A64-0030"
        },
        {
            "id": 63,
            "title": "Moderno A64-0620"
        },
        {
            "id": 105,
            "title": "Moderno I6705"
        },
        {
            "id": 61,
            "title": "Moderno i60-0062"
        },
        {
            "id": 64,
            "title": "Moderno i64-1040"
        },
        {
            "id": 398,
            "title": "NFCH900"
        },
        {
            "id": 397,
            "title": "NHCH900"
        },
        {
            "id": 396,
            "title": "NUCH900"
        }
    ]
}