Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The endpoint /entityFiles/{entityType}/{entityId} is deprecated and replaced with a new one #342

Open
AndyH47-SUP opened this issue Dec 23, 2020 · 0 comments

Comments

@AndyH47-SUP
Copy link

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant