List PREM responses
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
cursor
Opaque cursor returned from a prior call.
limit
Maximum number of results to return. Defaults to 20.
sortBy
Sort field. Defaults to lastUpdated.
sortOrder
Sort order. Defaults to desc.
Allowed values:
q1Rating
Filter by satisfaction rating (1-5).
after
ISO 8601 lower bound for the submission timestamp.
before
ISO 8601 upper bound for the submission timestamp.
Response
A cursor-paginated page of PREM responses.
data
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.
pagination
Cursor metadata for paging forward.