Get a question
This endpoint retrieves a specific question.
Request
GET https://api.nicereply.com/questions/<ID>
Path Parameters
| Parameter | Data Type | Description | 
|---|---|---|
| ID | UUID | ID of the question. | 
Example response
200 OK
{
  "data": {
    "id": "f0f8b0f6-28e2-402c-9286-24db50120113",
    "type": "SCALE",
    "scale": {
      "scale": "NPS"
    },
    "question": "How likely is it that you would recommend Nicereply to a friend or colleague?",
    "label": "Nicereply",
    "label_type": "DEFAULT",
    "created_at": "2023-09-06T13:16:29+02:00",
    "updated_at": "2023-09-07T11:22:01+02:00"
  }
}