Difference between revisions of "API clinics"

From Charitylog Manual
Jump to: navigation, search
Line 1: Line 1:
 
[[API Details|Go to API overview]]
 
[[API Details|Go to API overview]]
 +
 +
__TOC__
 +
 +
=Attendances=
 +
 +
Attendances are the planned and actual attendances at meetings. They can be retrieved, typically by filtering on project and date using:
 +
 +
[GET] https<nowiki/>://api.dizions.co.uk/v2/attendances/project/1/start/2024-12-01,2024-12-31/attended/Y
 +
 +
=Clinics=
  
 
Clinics are the names of the groups, after-school clubs, day centres etc that your organisation runs. They can be retrieved using:
 
Clinics are the names of the groups, after-school clubs, day centres etc that your organisation runs. They can be retrieved using:

Revision as of 09:57, 25 November 2024

Go to API overview

Attendances

Attendances are the planned and actual attendances at meetings. They can be retrieved, typically by filtering on project and date using:

[GET] https://api.dizions.co.uk/v2/attendances/project/1/start/2024-12-01,2024-12-31/attended/Y

Clinics

Clinics are the names of the groups, after-school clubs, day centres etc that your organisation runs. They can be retrieved using:

[GET] https://api.dizions.co.uk/v2/clinics

You can also filter, typically by project:

[GET] https://api.dizions.co.uk/v2/clinics/project_id/5

To select specific fields, add them after /fields:

[GET] https://api.dizions.co.uk/v2/clinics/field/id;name;maximum_number_of_members

To see a list of selectable fields, use:

[GET] https://api.dizions.co.uk/v2/clinics/selectable_fields

Typically you would use this list as a lookup list for attendances