Overview

This article gives an overview of the HRCloud REST APIs.

HR Cloud APIs allow programmatic access to the data and services offered by the HR Cloud application. It is designed to give its users the flexibility of using this data to enhance their applications or integrate with other third-party applications. 

HR Cloud APIs are based on REST architecture and expose different endpoints or URLs accessible over HTTP to perform different operations like accessing employee information, creating a new employee, creating a new task for an employee, etc.

These URLs represent resources accessed at that location, which can be returned as JSON, HTML, audio files, or images.  Different resources expose one or more methods that can be performed on them over HTTP, like GET, POST, PUT and DELETE. 

 

GET  retrieve a resource
PUT  update a resource
POST  create a resource
DELETE  delete a resource