API Reference - Requisitions
List requisitions
Retrieve a list of requisitions.
GET
Access to requisitioning is disabled by default. To enable it, talk to us and we’ll get you set up
Authorizations
Token-based authentication with required prefix "Token"
Query Parameters
Filter by the lab name. This is case sensitive. If there is a space in the lab's name, use %20 in the url instead, eg. The Lab would become ?lab=The%20Lab
Filter by first name.
Filter by last name.
Filter by email.
Filter by phone number.
Filter by status.
Only retrieve orders created on or before this date. Format: YYYY-MM-DD
Only retrieve orders created on or after this date. Format: YYYY-MM-DD
Only retrieve orders updated on or before this date. Format: YYYY-MM-DD
Only retrieve orders updated on or after this date. Format: YYYY-MM-DD
The offset to start the list from.
The number of results to retrieve per page.
Response
200 - application/json
The response is of type object[]
.