-
Notifications
You must be signed in to change notification settings - Fork 1
Get An Image By Id
Anusree V A edited this page Jan 26, 2023
·
1 revision
Endpoint : /api/v1/images/{id}
Method : GET
Body : -
Success Status Code : 200 OK
Sample Request URL : https://anuva-image-uploader.onrender.com/api/v1/images/634a619563a8da53ec55f07f
Response :
{
"status": "Success",
"data": {
"image": {
"_id": "634a619563a8da53ec55f07f",
"image": "1665819028843-life's-a-climb-but-the-view-is-great.jpg",
"originalName": "life's a climb but the view is great.jpg",
"path": "/images/1665819028843-life's-a-climb-but-the-view-is-great.jpg",
"createdTime": "2022-10-15T07:30:29.564Z",
"lastUpdatedTime": "2022-10-15T07:30:29.564Z",
"__v": 0
}
}
}