09-16-2014 10:24 PM
When I make the following wildcard query request with REST atompub:
SELECT * from cmis:document where cmis:objectId = '61c9a42b-00c4-4c48-9212-ceb7cb2fc4af' order by cmis:name
It doesn't return some properties like:
cmis:versionSeriesId
cmis:isVersionSeriesCheckedOut
cmis:versionSeriesCheckedOutBy
cmis:versionSeriesCheckedOutId
But these properties are available and can be returned when requested explicitly:
SELECT cmis:name, cmis:objectTypeId, cmis:objectId, cmis:versionSeriesId, cmis:isVersionSeriesCheckedOut, cmis:versionSeriesCheckedOutBy, cmis:versionSeriesCheckedOutId from cmis:document where cmis:objectId = '61c9a42b-00c4-4c48-9212-ceb7cb2fc4af' order by cmis:name
Is this a bug, or am I doing something wrong?
09-20-2014 02:38 AM
Is this expected behavior, or should I report it as a bug?
Find what you came for
We want to make your experience in Hyland Connect as valuable as possible, so we put together some helpful links.