Retrieve specific version of document using Alfresco REST API -


i'm using alfresco community 5.0b, when try list of versions, using
get /alfresco/service/api/node/{store_type}/{store_id}/{id}/versions, http 404 error. according https://wiki.alfresco.com/wiki/repository_restful_api_reference#retrieve_all_versions_.28getallversions.29, recommended way list of versions.

the content , metadata queries both work fine when try
get /alfresco/service/api/node/{store_type}/{store_id}/{id}/content ,
get /alfresco/service/api/node/{store_type}/{store_id}/{id}/metadata. missing?

give try this,

/alfresco/service/api/version?noderef={noderef} 

Comments

Popular posts from this blog

node.js - Mongoose: Cast to ObjectId failed for value on newly created object after setting the value -

[C++][SFML 2.2] Strange Performance Issues - Moving Mouse Lowers CPU Usage -

gradle error "Cannot convert the provided notation to a File or URI" -