api - Get Alfresco document nodeRef and versionNodeRef together -


i'm using alfresco community 5.0b. have web application uses alfresco document store. each time create new document or update existing version of document, want store in application database document id , version id. call upload document: post /alfresco/service/api/upload works great in returns noderef of newly created document, doesn't return version noderef. that, need call: get /alfresco/service/api/version?noderef={noderef}

is there way both pieces of information in single call?


Comments

Popular posts from this blog

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -