Developers
V1CommunityEventsCodeDisplay

Public exhibition display; separately consenting aliases and scores only

GET
/v1/community/events/{code}/display

Path Parameters

code*string
Match^[a-z0-9][a-z0-9-]{2,63}$

Response Body

application/json

curl -X GET "https://example.com/v1/community/events/string/display"
{  "event": {    "title": "string",    "startsAt": "2019-08-24T14:15:22Z",    "endsAt": "2019-08-24T14:15:22Z"  },  "challenges": [    {      "title": "string",      "top": [        {          "alias": "string",          "steps": 0,          "rank": 1        }      ],      "total": 0    }  ],  "updatedAt": "2019-08-24T14:15:22Z",  "provisional": true,  "rewardEligible": false}