Hello, I am a newbie to the Alfresco and I would like to know the difference 2 upload URLs:
* V0 => POST .../alfresco/s/api/upload
* V1 => POST .../alfresco/api/-default-/public/alfresco/versions/1/nodes/{parentid}/children
how they are different? which one is better in terms of performance?
Moreover, for V0, can I set custom properties of my new types and specify custom type? If I can set, then could you provide some examples?
I am currently using Alfresco v 5.2.
this was discussed in the BeeCon i guess. From newer versions (5+) alfresco will start to deprecate its V0 Rest APIs and create more standardized V1 Rest APIs.
here a PPT than might give you some insights - http://beecon.buzz/2016/assets/data/files/20160401001/Alfresco_REST_API_of_the_future_BeeCon2016.pdf
see api-explorer for more description on API and examples