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
Post a Comment