MMS Image History
Request
GET https://api.46elks.com/a1/images
Optional request parameters
Parameter |
Example |
Description |
start |
2018-02-14T09:52:07.302000 |
Retrieve images before this date. |
end |
2018-02-14T09:52:07.302000 |
Retrieve images after this date. |
limit |
30 |
Limit the number of results on each page |
Response structure
{
"data": [
{
"created": "2016-11-03T12:44:56.190000",
"filetype": "jpg",
"mmsid": "mf3d05c159aa49e1951c5301bc6af1bac",
"bytes": 4200,
"id": "mf3d05c159aa49e1951c5301bc6af1bac-i0",
"digest": "6f15a43f350b49a02e6cdb0dd1863feeaa9f2fc4"
},
{
"created": "2016-11-03T12:30:18.964000",
"filetype": "png",
"mmsid": "m84af96809ff8989f3668c93aaaedb69c",
"bytes": 206210,
"id": "m84af96809ff8989f3668c93aaaedb69c-i0",
"digest": "c7e02bad59c63f8616fda84ac1ef689d017fa906"
}
]
}
Attribute |
Type |
Description |
data |
array |
Array containing image objects on the same format as in get image by id
|
next |
string |
Start tme for the next page if more images are available
|