Skip to content
This repository has been archived by the owner on Jun 6, 2022. It is now read-only.

Questions

Ivan Gabriele edited this page Jan 15, 2020 · 3 revisions

List questions

GET /questions

Response

Array<{
  id: UUID
  value: string
  created_at: string
  updated_at: string
  index: number
}>

Index

The questions' index is just used as an internal reference for contributions and validation.

Examples

Get all questions

curl https://contributions-api.codedutravail.fabrique.social.gouv.fr/questions