---
title: "Get The next set of questions based on the answers provided so far"
method: PUT
path: "/guidedSelling/usecase/{usecase}/nextQuestions"
tags: ["Experimental"]
---

# Get The next set of questions based on the answers provided so far

`PUT /guidedSelling/usecase/{usecase}/nextQuestions`

Get the ordered list of all relevant questions to answer based on the answers provided so far

## Path parameters

- `usecase` string, required

## Request body

- Answer[]
  - `questionId` string, required
  - `answer` string[]
  - `skipped` boolean

## Response `200`

successful operation

- NextQuestions
  - `questions` Question[]
    - `id` string, required
    - `questionText` string, required
    - `required` boolean, required
    - `multiSelectionAllowed` boolean
    - `schema` QuestionSchema, required
      - `type` 'ARRAY' | 'STRING' | 'INTEGER' | 'DATE', required
      - `allowedValues` string[]
      - `minValue` integer
      - `maxValue` integer
  - `answersToRemove` string[]
  - `state` 'IN_PROGRESS' | 'DONE', required

---

[API](https://skmtc.net/dealhub/apis/quote-api.md) · [All operations](https://skmtc.net/dealhub/apis/quote-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dealhub/quote-api/versions/c30f5b9fbfab/schema)
