API endpoint that allows apps get a list of Active Services.

GET /api/get_services/?format=api
HTTP 200 OK
Allow: GET, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": "http://shbdentalapi.com/api/get_services/?format=api&limit=10&offset=10",
    "previous": null,
    "results": [
        {
            "service_id": "1",
            "service_clinical_code": "D0120",
            "short_name": "PERIODIC EXAM",
            "service_name": "Routine 6 Month Check-Up",
            "service_description": "Routine 6 Month Check-Up",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "2",
            "service_clinical_code": "D0150",
            "short_name": "COMPREHENSIVE EXAM",
            "service_name": "In-Depth Check-Up",
            "service_description": "In-Depth Check-Up",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "3",
            "service_clinical_code": "D0210",
            "short_name": "FULL MOUTH X-RAYS",
            "service_name": "Full-Mouth X-Rays",
            "service_description": "Full-Mouth X-Rays",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "4",
            "service_clinical_code": "D0274",
            "short_name": "4 BITEWING X-RAYS",
            "service_name": "4 Bitewing X-Rays",
            "service_description": "4 Bitewing X-Rays",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "5",
            "service_clinical_code": "D0330",
            "short_name": "PANO X-RAY",
            "service_name": "Panoramic Film",
            "service_description": "Panoramic Film",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "6",
            "service_clinical_code": "D1110",
            "short_name": "REGULAR CLEANING - ADULT",
            "service_name": "Adult Teeth Cleaning",
            "service_description": "Adult Teeth Cleaning",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "7",
            "service_clinical_code": "D1120",
            "short_name": "REGULAR CLEANING - CHILD",
            "service_name": "Child Teeth Cleaning",
            "service_description": "Child Teeth Cleaning",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "8",
            "service_clinical_code": "D1351",
            "short_name": "TOOTH SEALANT",
            "service_name": "Protective Sealant/Tooth",
            "service_description": "Protective Sealant/Tooth",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "9",
            "service_clinical_code": "D4341",
            "short_name": "DEEP CLEANING",
            "service_name": "Perio Scaling And Root Planing (Per Quadrant) ",
            "service_description": "Perio Scaling And Root Planing (Per Quadrant) ",
            "type": 1,
            "category": "Preventive",
            "category_id": "1",
            "speciality": "General Dentistry"
        },
        {
            "service_id": "16",
            "service_clinical_code": "D3310",
            "short_name": "FRONT TOOTH ROOT CANAL",
            "service_name": "Root Canal Treatment Front Tooth",
            "service_description": "Root Canal Treatment Front Tooth",
            "type": 1,
            "category": "Major",
            "category_id": "3",
            "speciality": "General Dentistry"
        }
    ]
}