GET /api/v1/service_master/?format=api&ordering=certificate_number&page=59
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 582,
    "next": null,
    "previous": "https://api.artelelectronics.com/api/v1/service_master/?format=api&ordering=certificate_number&page=58",
    "results": [
        {
            "id": 561,
            "full_name": "Алибоев Козим",
            "phone": "999280102",
            "certificate_number": "7777"
        },
        {
            "id": 628,
            "full_name": "Азим Рахимов",
            "phone": "909186633",
            "certificate_number": "9999"
        }
    ]
}