getProjectLinkForPatient
Generates a unique link for a patient to respond to a data request. If an external ID is provided, it will be associated with the patient once they respond.
If you omit an external ID, a generic link will be generated that can be used by any patient.
| Path Parameters |
|---|
projectId string — REQUIREDProject ID to generate a link for |
| Request Body — REQUIRED |
|---|
externalId stringThe external ID you wish to assign the patient once they respond. |
| Responses | ||
|---|---|---|
200The unique link for the patient to respond to the data request
|