The entity with id: alfresco-access was not found error returned with RestAPI

cancel
Showing results for 
Search instead for 
Did you mean: 
OomStephan1
Member II

The entity with id: alfresco-access was not found error returned with RestAPI

Good day

 

When making the following call to the Alfresco Rest API:

http://localhost:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/{nodeId}/audit-entries

 

I get the following returned:

 

{
    "error": {
        "errorKey": "framework.exception.EntityNotFound",
        "statusCode": 404,
        "briefSummary": "03190019 The entity with id: alfresco-access was not found",
        "stackTrace": "For security reasons the stack trace is no longer displayed, but the property is kept for previous versions",
        "descriptionURL": "https://api-explorer.alfresco.com"
    }
}
 
What exactly is alfresco-access? Is it something that I need to setup?
 
Thank you
Regards