Retrieve a paginated list of form packets for the account. Supports filtering by patient, location, and date range. Form packets contain one or more forms assigned to a patient.
Security
PartnerApiKey and PartnerOAuth
- Mock serverhttps://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form-packet
- Productionhttps://api-prod.lobbie.com/lobbie/api/partner/v2/account/{accountId}/location/{locationId}/form-packet
curl -i -X GET \
'https://api-docs.lobbie.com/_mock/openapi/partner/v2/account/{accountId}/location/{locationId}/form-packet?patientId=0&formTemplateId=0&startDate=string&endDate=string&sortBy=DUE_DATE&sortDir=ASC&cursor=string&limit=20&active=true' \
-H 'Authorization: Bearer <YOUR_JWT_HERE>' \
-H 'x-api-key: YOUR_API_KEY_HERE'Response
{ "formPackets": [ { … } ], "nextCursor": "string" }