Challenges

Challenges_retrieve

GET
/api/v1/challenges/{id}

Path Parameters

idinteger

A unique integer value identifying this Challenge.

Response Body

curl -X GET "https://loading/api/v1/challenges/0"
{
  "id": 0,
  "status": "string",
  "tag": "string",
  "title": "string",
  "icon": "string",
  "subtitle": "string",
  "start_date": "2019-08-24",
  "end_date": "2019-08-24",
  "categories": [
    "string"
  ],
  "example_proof_url": "string",
  "is_published": true,
  "created": "2019-08-24T14:15:22Z",
  "updated": "2019-08-24T14:15:22Z"
}