The following API returns null even though the group does contain items.
The group id: 10435498
The HTTP request:
https://catalog.roblox.com/v2/search/items/details?assetTypeIds=8&assetTypeIds=41&assetTypeIds=42&assetTypeIds=43&assetTypeIds=44&assetTypeIds=45&assetTypeIds=46&assetTypeIds=47&assetTypeIds=64&assetTypeIds=65&assetTypeIds=66&assetTypeIds=67&assetTypeIds=68&assetTypeIds=69&assetTypeIds=72&creatorTargetId=10435498&creatorType=2&limit=120&sortType=Updated
The response (with status code 200):
{
"keyword": null,
"elasticsearchDebugInfo": {
"elasticsearchQuery": null,
"isFromCache": false,
"indexName": "",
"isTerminatedEarly": null,
"isForceTerminationEnabledByRequest": null
},
"previousPageCursor": null,
"nextPageCursor": null,
"data": []
}
The result is an empty ‘Items’ tab in the Sponsored Ads section.
2 Likes
In addition, this request was made on my Chrome browser, so not by an automated program. I just used developer tools to see what API caused the issue of not loading my group’s items.
1 Like
And ANOTHER addition, this does not work for regular users either. For my own user creations, it does not return any items either. I tested the API request with a friend, and for his account it also returned an empty ‘data’ array.
1 Like