Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 1.61 KB

README.md

File metadata and controls

53 lines (43 loc) · 1.61 KB

Getting Started

Reference Documentation

For further reference, please consider the following sections:

Guides

The following guides illustrate how to use some features concretely:

Balram Cheryala

API Calls!

OUTPUT

    {
        "user": {
            "id": 1,
            "name": "balram",
            "emailId": "[email protected]",
            "mobile": "125412541254",
            "location": "Hyderabad",
            "departmentId": 1
        },
        "department": {
            "id": 1,
            "name": "IT",
            "location": "Hyderabad"
        }
    }