- API Reference - Requisitions
- Get requisition
API Reference - Requisitions
Get requisition
GET
/api/v2/requisitions/{id}
id*
curl --request GET \
--url https://app.spotdx.com/api/v2/requisitions/{id} \
Access to requisitioning is disabled by default. To enable it, talk to us and we’ll get you set up
Parameters
idRequired
string
The ID of the requisition to retrieve.
Response
requisition_id
string
The ID of the requisition.
barcode
string
The full barcode of the sample mailed to the lab. Must be globally unique.
account_number
string
The account number submitted to the lab.
lab
string
The name of the lab that will process the sample.
panels
string[]
The panel codes of the test being performed on the sample. We'll create these with you during onboarding.
state_collected
string
The two letter code of the state where the sample was collected.
patient
object
tracking
object
status
string
Available options:
created
, approved
, denied
, delivered
, received
, extra_quality_checks
, resulted
, rejected
, delivery_exception
events
array
reports
array
metadata
object
An optional dictionary of key-value pairs stored with the requisition.
created
string
updated
string
curl --request GET \
--url https://app.spotdx.com/api/v2/requisitions/{id} \