GET
/
v5
/
questions
/
{question_id}
curl --request GET \
  --url https://api.egp.scale.com/v5/questions/{question_id} \
  --header 'x-api-key: <api-key>'
{
  "id": "<string>",
  "object": "question",
  "created_at": "2023-11-07T05:31:56Z",
  "created_by_user_id": "<string>",
  "name": "<string>",
  "prompt": "<string>",
  "question_type": "categorical",
  "configuration": {
    "choices": [
      "<string>"
    ]
  }
}

Authorizations

x-api-key
string
header
required

Headers

x-selected-account-id
string | null

Path Parameters

question_id
string
required

Response

200
application/json

Successful Response

The response is of type object.