Skip to main content
GET
/
v1
/
service-requests
Search service requests
curl --request GET \
  --url https://api.clinikapi.com/v1/service-requests \
  --header 'x-api-key: <api-key>'

Authorizations

x-api-key
string
header
required

Your ClinikAPI secret key (clk_live_* or clk_test_*)

Query Parameters

patientId
string

Filter by patient ID

status
string

Filter by resource status

priority
string
category
string
requesterId
string
performerId
string
code
string
dateFrom
string<date>

Filter resources from this date

dateTo
string<date>

Filter resources up to this date

sort
string

Sort field (prefix with - for descending)

count
integer
default:20

Results per page

Required range: x <= 100
cursor
string

Pagination cursor from previous response

Response

200

Paginated service request list