I'm making API calls to the "personalstats" endpoint, and they generally work fine. However, when I include the "to" or "from" parameters, I only receive the current data instead of the data for the specified time range. Is this an issue with my implementation, or does the API not support those parameters anymore?
Timestamp issues.
Started by Vassilios [2276659] on in API Development.
About this thread
Posts archived: 3 / 3 posts (100%) · the total is Torn's reply count + the opening post at the last fetch
Counted by TornLife from the archived posts.
- Archived posts
- 3
- Discussion span
- →
- People posting
- 2
- Likes on archived posts
- 0
- Posts by staff, officers and moderators
- 1
- Authority score
- 69 / 100
- Historical score
- 16 / 100
- Story score
- 21 / 100
- Engagement score
- 38 / 100
Those parameters only work on specific selections. personalstats does have the timestamp parameter, but it's only updated daily so giving it the unix seconds for December 12th, 12:00 is no different than December 12th, 00:01.
I highly recommend checking the unofficial v1 docs or the official v2 swagger page.
Makes sense, thank you. I was using the swagger page but I didn't see anything saying it was wrong and the request was going through. I moreso wanted to track from different dates rather than hours but appreciate you!