question

gamedev-1 avatar image
gamedev-1 asked

Getting latest purchases across all players

Hello,

Is there a way, from the RestAPI to get all the latest purchases made?

I know you can get this information from a player-level but I want to get it across all players.

Thank you

apisPlayer Inventory
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
JayZuo avatar image
JayZuo answered

Unfortunately, there is no such API can do this. Coud you please share more details about why you need this?

2 comments
10 |1200

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

gamedev-1 avatar image gamedev-1 commented ·

You mean no API call from the Playfab API can do this? I need to get a list of the last purchases made from playfab for a specific task

0 Likes 0 ·
JayZuo avatar image JayZuo ♦ gamedev-1 commented ·

There is no PlayFab API call can do this. Getting something from all players is a very resource-heavy operation, especially when there are millions of players. Typically, when you need to get something from all players, we'd recommend running a task against the "All Players" segment.

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.