Search code examples
restxpageslotus-domino

Domino Data Services REST get Database title?


I'm trying to get the title of a database whose URL I know via Domino Data Services. I only know it's filepath.

The only way I can think of right now is calling

GET http://server:80/api/data

and looping through all the entries. Isn't there a better way?


Solution

  • Write a custom rest service where you post the file path/name and have it return the db title?