Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Content Management (Extended ECM)
API, SDK, REST and Web Services
How to find a Version/VersionInfo by ID (without knowing ObjectID/VolumeID)
DeTeCSMAdmin_(Delete)_2274648
HiIt is possible to find ObjectInfo only by ID via the method call lapi_documents.GetObjectInfo(0,aObjectID, objInfo);But how do I have to set the parameters when I want to get a version info by ID?The function is:lapi_documents.GetVersionInfo(volumeID, objectID, versionID, verInfo)Setting volumeID=0, objectID=0 is not the solution.Looking at the DAPI, there exists a method getVersionByID(..) without objectID! So it seems to be possible...Thanks Andreas
Find more posts tagged with
Comments
There are no comments yet