I would like to get a group’s inventory (specifically, the group models) from a game script.
Is there an existing API that can be used to accomplish this? I know one exists because the Toolbox in Studio uses it, but I don’t know what the API is specifically or how to use it.
If anyone knows of the API for this please let me know.
From my dive into the toolbox source it seems that the ItemConfiguration API is being used. You’re probably looking for GET /v1/creations/get-assets to get a list of assets uploaded to the group (permissions are required but unspecified, most likely create and configure assets) and POST /v1/creations/get-assets-details to get configuration details of multiple assets in one call.
AssetType parameter for the GET is an AssetTypeId. Models are 10.