Alter type custom with api
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-07-2020 09:37 PM
Hello, I need to change the document type via api rest. I can send and change its properties, but I can't set the document to the custom type I created, just manually. I'm using http://localhost:8080/alfresco/service/api/upload for upload and http://localhost:8080/alfresco/service/api/metadata/node/ to insert properties.
Alfresco 5.0
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2020 08:26 AM
have you looked at this? https://docs.alfresco.com/community/references/API-JS-specializeType.html
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2020 12:11 PM
Hello, thanks for the feedback. I managed to reach my goal through the endpoint http://localhost/alfresco/service/slingshot/doclib/type/node/{store_type}/{store_id}/{id}
Att.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-12-2020 07:21 AM
Hi @rafaelguzzo,
Thanks for posting your solution - really helpful to other people.
Problem solved? Click Accept as Solution!