Is there any way i can get mail room and its associated db mapping in lotus domino.We are using lotus domino 9.0.1 .Is it possible to get it through REST services exposed by Domino 9.0.1?
0
votes
1 Answers
0
votes
I'm not entirely sure what you mean by "mail room", but assuming that it is a mail-in application database, you can use the REST services to get entries from the Mail-In Databases view of the Domino Directory. I.e., something like this:
GET http://{host}/names.nsf/api/data/collections/name/Mail-In%20Databases&startkeys={name of your mail room application}&count=1