-
Notifications
You must be signed in to change notification settings - Fork 1
Get All Images
Anusree V A edited this page Jan 26, 2023
·
1 revision
Endpoint : /api/v1/images
Method : GET
Body : -
Success Status Code : 200 OK
Response :
{
"status": "Success",
"count": 1,
"data": {
"images": [
{
"_id": "63d21558d730f17f8b4df5ce",
"image": "1674712408451-blue-rose.jpg",
"originalName": "blue rose.jpg",
"path": "/images/1674712408451-blue-rose.jpg",
"createdTime": "2023-01-26T05:53:28.704Z",
"lastUpdatedTime": "2023-01-26T05:53:28.704Z",
"__v": 0
}
]
}
}