Skip to content

PracSuite API (v1)

This is the official PracSuite API.

It follows standard REST conventions, so you can work with it using any HTTP client and any programming language that can send HTTP requests.

All responses are returned in JSON format.

Download OpenAPI description
Overview
PracSuite API Support
License
Languages
Servers
Prod server
https://api.pracsuite.com/v1/

Appointment

test

SchemasOperations

Appointment Type

test

SchemasOperations

Available Appointment

Avaiasldfsdflsd

SchemasOperations

Available Group Appointment

Avaiasldfsdflsd

SchemasOperations

Business

sdfsfd

SchemasOperations

Fee Category

sdfsfd

SchemasOperations

Item

sdfsfd

SchemasOperations

Item

linksobject(ItemLinks)
tenant_idinteger
item_idinteger
item_codestring
descriptionstring
gstboolean
archivedboolean
print_codestring
{ "links": { "self": "https://api.pracsuite.com/v1/item/1" }, "tenant_id": 0, "item_id": 0, "item_code": "string", "description": "string", "gst": true, "archived": true, "print_code": "string" }

List Items

Request

Security
x-api-key and A-api-key
Query
pageinteger>= 1
Example: page=1
page_sizeinteger[ 1 .. 100 ]
Example: page_size=50
sort_byArray of strings

Comma separated search fields

Example: sort_by=["item_id","description","item_code"]
q[]Array of strings

Filter result by one or more fields.

See Query Filtering

Available filters:

ValueFormat
item_codestring
descriptionstring
curl -i -X GET \
  'https://api.pracsuite.com/v1/item?page=1&page_size=50&sort_by=%5B%22item_id%22%2C%22description%22%2C%22item_code%22%5D&q%5B%5D=string' \
  -H 'A-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

A list of item codes

Bodyapplication/json
itemsArray of objects(ItemWithMeta)
total_entriesinteger
linksobject
Response
application/json
{ "items": [ {} ], "total_entries": 0, "links": { "self": "https://api.pracsuite.com/v1/item?page=2", "previous": "https://api.pracsuite.com/v1/item?page=1", "next": "https://api.pracsuite.com/v1/item?page=3" } }

Get Item

Request

Security
x-api-key and A-api-key
Path
item_idintegerrequired
curl -i -X GET \
  'https://api.pracsuite.com/v1/item/{item_id}' \
  -H 'A-api-key: YOUR_API_KEY_HERE' \
  -H 'x-api-key: YOUR_API_KEY_HERE'

Responses

OK

Bodyapplication/json
linksobject(ItemLinks)
tenant_idinteger
item_idinteger
item_codestring
descriptionstring
gstboolean
archivedboolean
print_codestring
Response
application/json
{ "links": { "self": "https://api.pracsuite.com/v1/item/1" }, "tenant_id": 0, "item_id": 0, "item_code": "string", "description": "string", "gst": true, "archived": true, "print_code": "string" }

Item Group

sdfsfd

SchemasOperations

Patient

Patients are the people that book in for appointments.

When you're working with patient information, make sure you abide by the relevant regulations for security and privacy.

A couple of fields in the patient record deserve special consideration:

accepted_privacy_policy stores the patient's consent to the business's own privacy policy. Values can be null (no response), true (accepted) or false (rejected). Please consider how this may affect you storing information on this patient.

time_zone will contain a valid IANA time zone identifier if the patient's time zone has been set, or null if it hasn't. It can be set via the API, in which case it accepts IANA time zone identifiers.

SchemasOperations

Practitioner

test

SchemasOperations

Profession

test

SchemasOperations

Pronoun

test

SchemasOperations

Resource

test

SchemasOperations

Sex

test

SchemasOperations