GET /api/v1/product/?format=api&ordering=title&page=14
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=15",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=13",
    "results": [
        {
            "id": 220,
            "title": "GRAND Milagro 01-K"
        },
        {
            "id": 231,
            "title": "GT-60A"
        },
        {
            "id": 322,
            "title": "GT-60A"
        },
        {
            "id": 91,
            "title": "GWD0220"
        },
        {
            "id": 93,
            "title": "GWD0323"
        },
        {
            "id": 219,
            "title": "Grand Milagro 02-K"
        },
        {
            "id": 121,
            "title": "Grand Simfoniya 02-G"
        },
        {
            "id": 122,
            "title": "Grand Simfoniya 04-E"
        },
        {
            "id": 172,
            "title": "H3401"
        },
        {
            "id": 174,
            "title": "H3502"
        }
    ]
}