List PREM responses

View as MarkdownOpen in Claude

Returns cursor-paginated PREM responses scoped to the operator’s organisation. Filter by satisfaction rating or by submission timestamp window. Use this endpoint to surface raw feedback in operator dashboards; use the summary endpoint for aggregate metrics.

Authentication

AuthorizationBearer

Bearer authentication of the form Bearer <token>, where token is your auth token.

Query parameters

cursorstringOptional
Opaque cursor returned from a prior call.
limitdoubleOptional1-100
Maximum number of results to return. Defaults to 20.
sortBystringOptional
Sort field. Defaults to lastUpdated.
sortOrderenumOptional
Sort order. Defaults to desc.
Allowed values:
q1RatingdoubleOptional1-5

Filter by satisfaction rating (1-5).

afterstringOptional
ISO 8601 lower bound for the submission timestamp.
beforestringOptional
ISO 8601 upper bound for the submission timestamp.

Response

A cursor-paginated page of PREM responses.

datalist of objects

PREM response rows for this page, ordered by submittedAt descending by default. Rows mirror the underlying FHIR QuestionnaireResponse fields; the documented properties above are the stable public ones.

paginationobject
Cursor metadata for paging forward.