Difference between revisions of "API: Reporting"
From Charitylog Manual
(Created page with "right Reporting is based on dimensions and metrics, conceptually similar to an X and Y axis, although metrics are optional. If you pass in a dim...") |
|||
Line 1: | Line 1: | ||
+ | [[API Details| Go to API overview]] | ||
+ | |||
[[File:helpheader_small.png|right]] | [[File:helpheader_small.png|right]] | ||
Revision as of 10:34, 29 April 2020
Reporting is based on dimensions and metrics, conceptually similar to an X and Y axis, although metrics are optional. If you pass in a dimension against a group, you will get a breakdown of the number of records in that group. For examplem, this will show you how many clients there are in each district:
[GET] https://api.dizions.co.uk/v2/clients/dimension/district
If you want this further broken down by gender:
[GET] https://api.dizions.co.uk/v2/clients/dimension/district/metric/gender
You can also filter the results in the same way as other [GET] requests:
To view a user's completed contacts by day for a range of time, you can do this: