Hi there ,
I need to upload document using REST API . Along with this , I do have custom type (pololicy) defined and custom properties (pol:documentid) also . When i upload using POSTMan , i can see uploaded document and custom type in Alfresco , attached to uploaded to document . I can can custom propoerty shows blank , please see screen shot below for POSTMAN request . Am i doing anything wrong ? please help
Please see , above highlighted POSTMan client request. I dont see documentId "DOC_998" in Alfresco , I can see custom type "pololicy" in uploaded document . I can see , pol:documentId also, but blank
Solved! Go to Solution.
Using this api ,I'm afraid not ,I recommend folloing api,it is more powerful
http://dmstest03:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/{ parent node id}/children
Please use following api
http://dmstest03:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/{ parent node id}/children
for documentation please refer to https://api-explorer.alfresco.com/api-explorer/#!/nodes/createNode
Hi thanks for the response . But my problem is,
While i am uploading document , can i set custom propoerty ? . I can set custom type as mentioned in my original posting . for upload document i am using following API
http://dmstest03:8080/alfresco/service/api/upload
thanksa a lot
Brijesh N K
Using this api ,I'm afraid not ,I recommend folloing api,it is more powerful
http://dmstest03:8080/alfresco/api/-default-/public/alfresco/versions/1/nodes/{ parent node id}/children
@kaynezhang , thanks a a lot for this respone . I got it . Will go with this options
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.