-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathAPI-notes.txt
More file actions
30 lines (20 loc) · 1.1 KB
/
API-notes.txt
File metadata and controls
30 lines (20 loc) · 1.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
GET ENTRIES BY ORG:
https://iatidatastore.iatistandard.org/search/activity/?q=reporting_org_ref:GB-GOV-1
FILTER THE FIELDS RETURNED
This example returns any field that begins with "sector"
https://iatidatastore.iatistandard.org/search/activity/?q=reporting_org_ref:GB-GOV-1&fl=sector,title_narrative
DO IT BY ROW (RETURN 500 ROWS)
https://iatidatastore.iatistandard.org/search/activity/?q=reporting_org_ref:GB-GOV-1&fl=sector*&rows=500
START AT A DIFFERENT ROW
https://iatidatastore.iatistandard.org/search/activity/?q=reporting_org_ref:GB-GOV-1&fl=sector*&rows=500&start=50
More interesting analysis:
- which countries fund what
- which orgs report
- how frequently do orgs report
- comparing reported against published budgets
todo
- make helpre function to convert sectors list to sector categories list - DONE
- Make prop to choose between grouped or ungrouped sectors - DONE
- modify main org sector component to take arbitrary number of target years - DONE
- modify home component to pass list of target dates as props - DONE
now i can pass a bunch of years as argument and get it back either by category or sector