Difference between revisions of "API Details"
(→API Entities) |
|||
Line 26: | Line 26: | ||
[[API_external_referrals|external_referrals]], which are referrals collected externally, e.g. a self-referral form on your website. | [[API_external_referrals|external_referrals]], which are referrals collected externally, e.g. a self-referral form on your website. | ||
− | |||
− | |||
[[API_referrals|referrals]], which are are a groups of done_contacts and due_contacts. | [[API_referrals|referrals]], which are are a groups of done_contacts and due_contacts. | ||
Line 36: | Line 34: | ||
[[API_workers|workers]], who are the people who work on schedules. | [[API_workers|workers]], who are the people who work on schedules. | ||
+ | |||
+ | =Other= | ||
+ | |||
+ | [[API: File Uploads| File Uploads]] | ||
=Reading data (GETs)= | =Reading data (GETs)= |
Revision as of 08:27, 9 November 2020
On this page you will find some technical details of the Dizions API that works with the system. This enables you to interact with your data without having to log in to the web interface. It is a RESTful API using JSON over https. For prices, please call the office.
Contents
General Concepts
API Entities
The API is based around various entities:
clients, who are organisations/people that are people, e.g. clients, staff volunteers etc.
done_contacts, which are completed actions.
due_contacts, which are outstanding actions that typically make up the Action List in the web application.
external_referrals, which are referrals collected externally, e.g. a self-referral form on your website.
referrals, which are are a groups of done_contacts and due_contacts.
relationship_details between 2 people, e.g. parent, social worker, carer etc.
schedules, which are Roster job cards.
workers, who are the people who work on schedules.