Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
9 subscribers
Views
1633 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Is there a way to get all the versions of documents given a document ID , assume
rajashekarv
over 9 years ago
Is there a way to get all the versions of documents given a document ID , assume i have a document with 3 versions , with 3rd being the latest one , i need to get all the 3 versions of documents as my response.
OriginalPostID-197302
OriginalPostID-197302
Discussion posts and replies are publicly visible
0
sikhivahans
over 9 years ago
@rajashekarv AFAIK, I believe there isn't a OOTB or Shared Component functionality for doing this. You may take a look at the 'ContentService' Interface in API and implement a function for doing so.
But let's also see what other practitioners or Appian core team opines on this.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
sikhivahans
over 9 years ago
If your intention is to download the document by surfacing the links, you could write a rule which creates a link to the specific version by making use of the document id, and this mechanism is more or less similar to the way we access the previous versions of document in portal designer interface.
If your intention is to get the document itself then afaik you may need to opt for writing a custom function as said above.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel