Searches for specific fields within a patient assessment instance by field name and/or field ID.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string

The requested API version

Body Params

The search criteria including MRN, assessment instance ID, and optional field filters.

Request model for searching fields within a specific patient assessment instance.

string
required
length ≥ 1

The medical record number of the patient. Required.

int64
required
≥ 1

The unique identifier of the assessment instance (ContainerGroupAssociation.Id). Required.

string | null

Optional field label to filter by. Only fields matching this label are returned.
When used with FieldId, the union of both filters is returned.

int64 | null

Optional field definition ID to filter by. Only the field matching this ID is returned.
When used with FieldName, the union of both filters is returned.

int32

Zero-based page index. Defaults to 0.

int32

Number of items per page. Defaults to 100 if not specified or zero.

Headers
string
enum
Defaults to application/json-patch+json

Generated from available request content types

Allowed:
Responses

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