API OVERVIEW

Pagination

Request IDs

Versioning

Rate Limits

CLINIC

Clinic

Retrieve a clinic

Templates

Templates

The template object contains a record of all treatment plan templates made by a practitioner. Templates use a treatment plan as a template that can be re-used when writing prescriptions. Templates are soon being deprecated and replaced with protocols.

List all practitioner templates

The practitioner template object contains a record of all treatment plan templates that belong to a practitioner.

Arguments

practitioner_id

string

Required

Unique ID for the Practitioner

GET /api/clinic/practitioners/{practitioner_id}/templates
curl "https://api-us-snd.fullscript.io/api/clinic/practitioners/{practitioner_id}/templates" \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'

Responses

Retrieve a template

Retrieves an existing template.

Arguments

id

string

Required

Unique identifier of the Template.

GET /api/clinic/templates/{id}
curl "https://api-us-snd.fullscript.io/api/clinic/templates/{id}" \ -H 'Content-Type: application/json' \ -H 'Authorization: Bearer XXXXXXXXXXXXXXXXXXXX'

Responses