Variable getUsersUseridInventoryAssettypeConst
getUsersUseridInventoryAssettype: EndpointGeneric<{ assetType: | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | 11 | 12 | 13 | 16 | 17 | 18 | 19 | 21 | 22 | 24 | 25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 | 52 | 53 | 54 | 55 | 56 | 59 | 60 | 61 | 62 | 63 | 64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82; itemsPerPage: undefined | number; keyword: undefined | string; pageNumber: undefined | number; userId: number; }, objectOutputType<{ data: ZodArray<ZodObject<{}, "strip", ZodTypeAny, {}, {}>, "many">; includesAccessories: ZodBoolean; total: ZodNumber; }, ZodTypeAny, "passthrough">, any> = ...
Api
GET https://inventory.roblox.com/v1/users/:userId/inventory/:assetType
Summary
Gets a list of assets by type for the specified user. Note that the 'Hat' asset type may return accessories while we are migrating.
Param: userId
The user identifier.
Param: assetType
The asset type.
Param: pageNumber
The start index.
Param: itemsPerPage
The max number of items that can be returned.
Param: keyword
Filter results for items containing this.