You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
According to the Bullhorn API documentation here, the request “GET /entityFiles/{entityType}/{entityId}” is deprecated and replaced with the new one “GET /entity/{entityType}/{entityId}/fileAttachments”.
The method RestUrlFactory.assembleGetEntityMetaFilesUrl() (/src/main/java/com/bullhornsdk/data/api/helper/RestUrlFactory.java) is returning the deprecated endpoint url “entityFiles/{entityType}/{entityId}”, which is being used to get the File metadata for an entity record.
Does this request need to be replaced with the new one “GET /entity/{entityType}/{entityId}/fileAttachments” before the current one stops working if it hasn’t already?
The text was updated successfully, but these errors were encountered:
According to the Bullhorn API documentation here, the request “GET /entityFiles/{entityType}/{entityId}” is deprecated and replaced with the new one “GET /entity/{entityType}/{entityId}/fileAttachments”.
The method RestUrlFactory.assembleGetEntityMetaFilesUrl() (/src/main/java/com/bullhornsdk/data/api/helper/RestUrlFactory.java) is returning the deprecated endpoint url “entityFiles/{entityType}/{entityId}”, which is being used to get the File metadata for an entity record.
Does this request need to be replaced with the new one “GET /entity/{entityType}/{entityId}/fileAttachments” before the current one stops working if it hasn’t already?
The text was updated successfully, but these errors were encountered: