Skip to main content

Get answer thread by question ID

Get a single published question with its published answers. This endpoint does not accept a language filter and preserves the internal answers payload without extra language filtering.

Path Parameters
    question_id string required

    Question identifier from the answers payload.

Responses

Successful response


Schema
    id string required

    Question identifier.

    body string required

    Question text.

    type string required

    Possible values: [CLARIFICATION, TAFSIR, COMMUNITY]

    ranges string[] required

    Verse ranges returned by the internal DTO, e.g. 2:255-2:257.

    surah integer required

    Surah number associated with the question.

    theme string[]
    summary string
    references string[]
    language string

    Question language ISO code when present.

    status string required

    Possible values: [New, Draft, Published, Answered]

    answers object[] required
  • Array [
  • id string required

    Answer identifier.

    body string required

    Published answer body.

    answeredBy string

    Display name of the responder.

    status string required

    Possible values: [Draft, Published]

    language string

    Answer language ISO code when present.

  • ]
Loading...