Retrieve result dates

GET /api/v1/info/results-dates

Responses

  • Result date information

    Hide response attributes Show response attributes array[object]
GET /api/v1/info/results-dates
curl \
 -X GET https://app.fridaypulse.com/api/v1/info/results-dates \
 -H "Authorization: Bearer $ACCESS_TOKEN"
Response examples (200)
[
  {
    "date": "2022-07-04",
    "question_count": 16
  },
  {
    "date": "2022-07-11",
    "question_count": 1
  }
]
Response examples (200)
[
  {
    "date": "string",
    "question_count": 42
  }
]