GET /api/v1/product/?format=api&ordering=title&page=27
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=28",
    "previous": "https://api.artelelectronics.com/api/v1/product/?format=api&ordering=title&page=26",
    "results": [
        {
            "id": 332,
            "title": "TG100FP"
        },
        {
            "id": 333,
            "title": "TG110FP"
        },
        {
            "id": 40,
            "title": "TG110FP"
        },
        {
            "id": 28,
            "title": "TG50P"
        },
        {
            "id": 30,
            "title": "TG70FP"
        },
        {
            "id": 329,
            "title": "TG70FP"
        },
        {
            "id": 330,
            "title": "TG70P"
        },
        {
            "id": 249,
            "title": "TG80FMP"
        },
        {
            "id": 35,
            "title": "TG90P"
        },
        {
            "id": 331,
            "title": "TG90P"
        }
    ]
}