GET /:collectionId/documents/:documentId

Table 1. Get/:collectionId/documents/:documentId Data
API GET /:collectionId/documents/:documentId
Purpose This route is used to get a specific document from a specific collection.
Parameter
  • collectionId: The ID of the collection.
  • documentId: The ID of the document.
Response Returns the requested document.