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 Universalis API returned an unexpected return code.


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

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

Parameters

dataCenter

The DataCenter to request data for.

entries

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

Throws

The Universalis API returned an unexpected return code.