Skip to main content
GET
/
api
/
v1
/
presets
/
{preset_id}
/
questions
Preset Questions Read
curl --request GET \
  --url https://api.example.com/api/v1/presets/{preset_id}/questions
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>",
      "ctx": {},
      "input": "<unknown>"
    }
  ]
}

Path Parameters

preset_id
string
required

Response

Successful Response