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
I used the yaml definitions of the api endpoint to generate the necessary Model Classes. However when the endpoint gets triggered the following error gets thrown
com.fasterxml.jackson.databind.exc.UnrecognizedPropertyException: Unrecognized field "location" (class
com.alfresco.rest.client.search.model.ResultNode), not marked as ignorable (22 known properties: "isLink", "parentId", "isFile",
"versionComment", "search", "createdByUser", "name", "allowableOperations", "aspectNames", "properties", "isLocked", "archivedAt",
"isFolder", "content", "id", "nodeType", "path", "modifiedByUser", "createdAt", "modifiedAt", "archivedByUser", "versionLabel"])
meaning the result from the endpoint doesn't match the definition as it looks something like this (optained from the api-explorer):
I used the yaml definitions of the api endpoint to generate the necessary Model Classes. However when the endpoint gets triggered the following error gets thrown
meaning the result from the endpoint doesn't match the definition as it looks something like this (optained from the api-explorer):
instead of this
The text was updated successfully, but these errors were encountered: