question

brendan avatar image
brendan asked

Unsure how to read output of Admin call - GetUserData

Liam
started a topic on Fri, 28 August 2015 at 12:40 PM

I called GetDataReport

curl -XPOST https://{KEY].playfabapi.com/Admin/GetDataReport -H "Content-Type: application/json" -H "X-SecretKey: [KEY]" -d "{'ReportName' : 'TitleActiveUsersReport','Year' : 2015,'Month' : 8,'Day' : 5}"

My response came back as

{"code":200,"status":"OK","data":{"DownloadUrl":"https://data-reports.s3-us-west-1.amazonaws.com/48828/TitleNewUserReport/2015/7/10/data.json?AWSAccessKeyId=ASIAJ2MC7GJ2ECRVOLRQ&Expires=1440876610&x-amz-security-token=AQoDYXdzEGQa4APy2NLP5XxK9d9kA3KWCtYn7Y3%2FgsO3ZWz3bZKl6CglMigDxy6%2BUNXuIvs5hO9EYCx5vxvqWclY%2BRof5veI5ZATmEGpr8%2FJJJ%2FMLVmTy4DNpIdirL5UMBuX5VlC6gMqpUKv9Vsu6MC76hguqsHjZrF3P7OMq4%2FB%2FHxgxmdGBh0sO%2F5SQJRZSJr2ESnXtJmbYYBg9EByCKcuncOLXDqXX9%2Bv%2FO3PjUMbYQ9LNlpMeqVgwRTrzpJhzH99t2%2BXNGi1ak0JIsesQhT5FBzuCGMR7UQS9bM8laWeTJDZob%2BkDyanxPXnLuHt5Z4asXWcWiDT4TkuK1qaUdtWfX5SwViiK2mjxiNqej6gQjTc84kemte6cY6joQau0Tfmbj6bpqLZtrsNmeKaJUI%2FN%2BUiMxik%2FBq24LzxWAhhGgZY2vzwYenos5bbMwlStuQRXj%2B59upewUQ00VJY7CTTnyUxE1fTMono9E14QrNc66rdRm4ediDXs03eHzA4l0tS5%2BC2tdiBq%2BQ%2B2iS5E1CKSNpZbjVfzugNKIDoY7OAQZpw3TvMPO5VU4HRQDYBIhzQV5ZZkhvsU00DJqLQaRuKZbXcrn5qYruhZaA%2FHuj7oB7LU2SaNyhynir4kMvue4NyYiWeWhgws%2FQgjOGCrwU%3D&Signature=milhX2o%2FVnGZQSEV9WXVyBVevuw%3D"}}

This looks fine.

The output of the given http address is something like this, (I was expected PlayfabID's )

"14568551164017787268"
"17291968048053821737"
"17217606364135432051"
"2314365540246485021"
"9115287061719965345"
"1751707294827414934"
"13861233383181791243"
"14087785576016190634"
"15915396268199782481"
"356019406689176978"
"4150056221356176025"

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

·
brendan avatar image
brendan answered

Best Answer
Brendan Vanous said on Fri, 28 August 2015 at 2:39 PM

Hi Liam,

That's correct - those are PlayFab IDs, it's just that they're in decimal format. So for example, the first one is CA2DE4189F624184 (https://developer.playfab.com/Player/Details/BEBC?playerId=CA2DE4189F624184).

Brendan


2 Comments
Brendan Vanous said on Fri, 28 August 2015 at 2:39 PM

Hi Liam,

That's correct - those are PlayFab IDs, it's just that they're in decimal format. So for example, the first one is CA2DE4189F624184 (https://developer.playfab.com/Player/Details/BEBC?playerId=CA2DE4189F624184).

Brendan


Liam said on Sat, 29 August 2015 at 12:37 AM

Thanks!

10 |1200

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

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.