The enablehr REST API is fully described in an OpenAPI 3.0 compliant document.
OpenAPI is a standard specification for describing REST APIs. OpenAPI descriptions allow both humans and machines to discover the capabilities of an API without needing to first read documentation or understand the implementation. enablehr has made its REST API publicly available as an OpenAPI 3.0 compliant document.
You can find the description in the open source REST API OpenAPI Description repository.
We provide the description in two formats. The bundled version works for most cases, as it includes OpenAPI components for reuse and readability. If your tooling does not support inline references to components, we also provide a fully dereferenced version.
There are many uses for an OpenAPI description. For example, you could:
For example, enablehr uses the REST OpenAPI description to generate the enablehr REST API reference documentation.