Hi, I’m running into an issue with RM Rest API where it needs id attribute to GET/PUT/POST requests
For example to get info of the Record category, we need to provide RecordCategoryId
When I provide name of the Record Category test (which is a record category I created in Record Management site rm) or its id that I see in Record Management site is 2017-1503513893897 and I try with alfresco api explorer, I get the following error that it does not exist.
{
"error": {
"errorKey": "framework.exception.ApiDefault",
"statusCode": 404,
"briefSummary": "Node does not exist: workspace://SpacesStore/2017-1503513893897 (status:null)",
"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"
}
}
Something isn’t right, May be I’m not providing the right attribute for this id. Where do i get correct RecordCategory Id?
I found it. The id it expects is noderef. and you can find the noderef of of the object by going to the view details of that object in alfresco share.
Ask for and offer help to other Alfresco Content Services Users and members of the Alfresco team.
Related links:
By using this site, you are agreeing to allow us to collect and use cookies as outlined in Alfresco’s Cookie Statement and Terms of Use (and you have a legitimate interest in Alfresco and our products, authorizing us to contact you in such methods). If you are not ok with these terms, please do not use this website.