☑Kizspy.me.
URI:
http://localhost:9999/api/borrow Records/:recordid
• Method: GET
•
Output: Returns borrow record details, including:
o_id, borrowDate
°
user: User information (id, name, email)
o books: List of borrowed books (_id, title, author, quantity)
Sample Output: with recordId="67c052dc8fe986d0086caa1f"
Status: 200 OK
Size: 451 Bytes Time: 12 ms
Response
Headers 6
Cookies Results Docs
() =>
1
2
"id": "67c052dc8fe986d0086caa1f",
3
"borrowDate": "2025-02-27T11:56:12.920Z",
4
"user": {
5
"_id": "67c011d38cc879c8f7c274ca",
6
7
8
},
9
10
{
"name": "John Doe",
"email": "
[email protected]"
"books": [
"id": "67c01b1994c8ed0232b5a78e",
Zoom
11
+ 80%
Close