Difference between revisions of "API clients"
From Charitylog Manual
Line 1: | Line 1: | ||
[[API Details|Go to API overview]] | [[API Details|Go to API overview]] | ||
− | These are organisations/people that are people, e.g. clients, staff volunteers etc. | + | These are organisations/people that are people, e.g. clients, staff volunteers etc. These types of people are defined in the dictionary: |
+ | |||
+ | [GET] https<nowiki/>://api.dizions.co.uk/v2/dictionary/client_type | ||
+ | |||
+ | These can then be applied as a filter, e.g. if volunteers are type 7, a list of volunteers can be retrieved using: | ||
+ | |||
+ | [GET] https<nowiki/>://api.dizions.co.uk/v2/clients/type/7 |
Revision as of 10:16, 20 October 2020
These are organisations/people that are people, e.g. clients, staff volunteers etc. These types of people are defined in the dictionary:
[GET] https://api.dizions.co.uk/v2/dictionary/client_type
These can then be applied as a filter, e.g. if volunteers are type 7, a list of volunteers can be retrieved using:
[GET] https://api.dizions.co.uk/v2/clients/type/7