GET /api/v1/product/?format=api&ordering=title&page=6
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=7",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=5",
    "results": [
        {
            "id": 167,
            "title": "A65LU8500"
        },
        {
            "id": 168,
            "title": "A75LU6500"
        },
        {
            "id": 180,
            "title": "A75LU6500"
        },
        {
            "id": 215,
            "title": "A75MU8700"
        },
        {
            "id": 169,
            "title": "A85LU9500"
        },
        {
            "id": 144,
            "title": "AFA310"
        },
        {
            "id": 146,
            "title": "AFA390"
        },
        {
            "id": 147,
            "title": "AFA480"
        },
        {
            "id": 148,
            "title": "AFB300"
        },
        {
            "id": 149,
            "title": "AFB370"
        }
    ]
}