Oracle HCM REST API for Retrieving Document Type Configuration Prior to Document Record Creation
We are currently integrating Oracle HCM APIs into our project. As part of this integration, we are using the following REST endpoint to fetch the required field configuration for a given Document Type before creating a Document Record:
GET /hcmRestApi/resources/11.13.18.05/hrDocumentTypes
However, we noticed that the above endpoint appears to be missing from the standard Oracle HCM API documentation, and we would like to confirm whether it is officially supported and intended for use in HCM-related integrations.
Additionally, we are aware of the following endpoint:
GET /hcmRestApi/resources/11.13.18.05/documentRecords/{DocumentsOfRecordId}/child/hrDocumentTypes/{DocumentTypeId}
However, please note that this endpoint is a child resource under documentRecords and therefore requires an existing DocumentsOfRecordId, making it applicable only