Skip to content

Get virtual items list

Adrian edited this page Mar 8, 2024 · 8 revisions
$XsollaSDK.get_virtual_items_list(project_id : int, limit : int = 50, offset : int = 0, locale : String = "en", show_inactive_time_limited_items : int = 0)

Parameters

  • project_id * You can find this parameter in your Publisher Account next to the name of the project

  • limit Limit for the number of elements on the page

  • offset Number of the element from which the list is generated

    • The count starts from 0
  • locale Two-letter lowercase language code per ISO 639-1

  • show_inactive_time_limited_items Shows time limited items that are not available to the user

    • The validity period of such items has not started or has already expired

* Required

Clone this wiki locally