getLeastRecentlyUpdatedItems

suspend fun getLeastRecentlyUpdatedItems(world: World, entries: Short? = null): RecentlyUpdatedItems

Returns the least-recently updated items on the specified world, along with the upload times for each item.

Parameters

world

The world to request data for.

entries

The number of entries to return (default 50, max 200).

Throws

The world/DC requested is invalid.

The Universalis API returned an unexpected return code.


suspend fun getLeastRecentlyUpdatedItems(dcName: DataCenter, entries: Short? = null): RecentlyUpdatedItems

Returns the least-recently updated items on the specified data center, along with the upload times for each item.

Parameters

dcName

The data center to request data for.

entries

The number of entries to return (default 50, max 200).

Throws

The world/DC requested is invalid.

The Universalis API returned an unexpected return code.