Json / soap get thumbnail

Hi,
I cannot find the proper way to get a thumbnail / thumbnail filename using json.
In the past, it was included in GetLastItems, but now it is’nt anymore. If someone could help me out…

GetItemsForPeriod and GetLastItems returns the Id for each item.

You need to use this one (through the HTTP Server) in order to retrieve the corresponding thumbnail or media.

Thumbnail:
http://server:8100/Library/Thumb/[id]?authToken=xxx

Media (Picture or Video):
http://server:8100/Library/[id]?authToken=xxx

Ah, great! it’s working indeed :slight_smile: Thanks for the quick answer / solution.