GET /api/v1/product/?format=api&ordering=title&page=24
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=25",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=23",
    "results": [
        {
            "id": 73,
            "title": "Retro A64-1330"
        },
        {
            "id": 265,
            "title": "S6701"
        },
        {
            "id": 268,
            "title": "S6703"
        },
        {
            "id": 269,
            "title": "S6715"
        },
        {
            "id": 273,
            "title": "SFA131"
        },
        {
            "id": 274,
            "title": "SFA139"
        },
        {
            "id": 275,
            "title": "SFA148"
        },
        {
            "id": 276,
            "title": "SFB130"
        },
        {
            "id": 277,
            "title": "SFB137"
        },
        {
            "id": 278,
            "title": "SFC130"
        }
    ]
}