You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to use the get_adhoc_challenges endpoint, and the data provided is very limited (see below for response object).
What I'd like to do is find out who is in a challenge and what their step/mileage/count value is. As is, the response doesn't include any information about who is in the challenge. Is there a way to get this information?
@aiivers but the challenge ID is not something we request already right, i don't see it in your example json
I don't know how to create a adhoc challenge yet lol
I'm trying to use the get_adhoc_challenges endpoint, and the data provided is very limited (see below for response object).
What I'd like to do is find out who is in a challenge and what their step/mileage/count value is. As is, the response doesn't include any information about who is in the challenge. Is there a way to get this information?
{'socialChallengeStatusId': 4, 'socialChallengeActivityTypeId': 4, 'adHocChallengeName': 'Steps Challenge', 'adHocChallengeDesc': 'Steps Challenge', 'ownerUserProfileId': 100633339, 'uuid': '3A039C0C214E499298467FF690EADE2E', 'startDate': '2023-01-23T00:00:00.0', 'endDate': '2023-01-29T23:59:59.0', 'durationTypeId': 0, 'userRanking': 1, 'playerCount': None, 'inviteeCount': None, 'players': [], 'user':
None, 'alternateChallengeAwards': None, 'socialChallengeType': 2, 'isChallengeCommentDisabled': False}
The text was updated successfully, but these errors were encountered: