How to access Views/Folders with their URLs?

Hi All,

I am trying to access Views/Folders(Inbox, Drafts, Trash etc.) using their URLs but am not able to open them when I copy and paste these URLs into a browser.

I am using the getHttpUrl() and getURL() methods of the View class to get these URLs. I am using the same methods to get the URL of a document and its working fine.

Is there a different to access the URL for Views and folders ? If yes, please let me know.

Thanks in advance !!

Subject: How to access Views/Folders with their URLs ?

I am able to access my views using the following url format

http://servername:port/databasename.nsf/

where viewname can be “By category”, “All Documents” etc without the double quotes.

Let me know if ur url is also of the same format.