Searches for patient policies with pagination support.

Sample request:

POST /commands/v4/patients/policies/search
{
    "pageNumber": 0,
    "pageSize": 25,
    "medicalRecordNumber": "MRN001",
    "policyNumber": "POL123"
}
        

HCSI-4328: Search patient policies endpoint.

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

The requested API version

Body Params

Search criteria including filters, pagination, and sorting options.

Request model for searching patient policies with pagination.

string
required
length ≥ 1

Medical record number of the patient. Required.

string | null

Policy number filter. Supports partial matching.

string | null

Group number filter. Supports partial matching.

string | null

Plan name filter. Supports partial matching.

boolean | null

Gets or sets a value indicating whether to filter by active policy status.
When true, returns only active policies (PolicyStatus_Id = 1).
When false, returns only inactive policies (PolicyStatus_Id = 2).
When null, no policy status filter is applied.

boolean

Gets or sets a value indicating whether to include removed (soft-deleted) policy records.
Defaults to false to only return active policies.

sort
array of objects | null
sort
int32
int32
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