GuidesRecipesAPI EndpointsRelease NotesCommunity
Log In
API Endpoints

Append pre-completed column values to an existing Curate document set

Appends new per-document column values (Questions) to an existing document set (SavedList) identified by the path id, without adding or removing rows and without modifying existing columns. Only the questions field of the body is used. Each supplied question is stored pre-completed so the NLP answering pipeline is never triggered, a QuestionBatch is created per grouping key pointing at the existing set so Curate renders the appended columns, and the new column selections are merged into the set's viewConfig.curateSettingsV1.queryParams.qSearchParams so they are visible on open.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Path Params
string
required
Body Params
questions
array of objects
required
length ≥ 1

Pre-completed per-document column values to append to the existing document set

questions*
string
string
required

Grouping key linking this question to its QuestionBatch and Curate column selection

string
required

Column identifier within the batch (e.g. medication, has_medication)

string
required

Source document id for this cell value

bestAnswers
array of strings

Pre-completed answer values for this cell

bestAnswers
metadata
object
Headers
string

intended client application UI

Responses

401

Unauthorized

403

Forbidden

404

Not Found

Language
Credentials
OAuth2
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json