Clinician
Prescription
Get Support Document Requests

List Support Document Requests For An Order

Returns support document requests for a given order ID.

Overview

  • Method: GET
  • Path: /clinician/prescription/get-support-document-requests/<id>
  • Tags: clinician

Parameters

No parameters required.

Request Body

No request body required.

Responses

200

Successful response

Content Type: application/json

{}

400

Bad Request

Content Type: application/json

{}

401

Unauthorized

404

Not Found

500

Internal Server Error

Example Usage

curl -X GET \
  https://api.pillexa.com/clinician/prescription/get-support-document-requests/<id> \
  -H "Content-Type: application/json" \