forked from globalfund/data-explorer-server
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.json
31 lines (31 loc) · 4.12 KB
/
index.json
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
30
31
{
"grants": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreements/?$count=true&",
"grantsNoCount": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreements",
"results": "https://fetch.theglobalfund.org/v3.3/odata/VReportingResults",
"documents": "https://fetch.theglobalfund.org/v3.3/odata/VProgramDocuments",
"disbursements": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreementDisbursements",
"commitments": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementCommitments",
"vcommitments": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreementCommitments",
"grantDetailGrants": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementImplementationPeriods",
"grantPeriods": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementImplementationPeriods",
"vgrantPeriods": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreementImplementationPeriods",
"grantDetailDisbursements": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementDisbursements",
"budgets": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementImplementationPeriodDetailedBudgets",
"allocations": "https://fetch.theglobalfund.org/v3.3/odata/Allocations",
"eligibility": "https://fetch.theglobalfund.org/v3.3/odata/VEligibility",
"geojson": "https://data.theglobalfund.org/static/simple.geo.json",
"pledgescontributions": "https://fetch.theglobalfund.org/v3.3/odata/PledgesAndContributions",
"performancerating": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementProgressUpdates",
"performanceframework": "https://fetch.theglobalfund.org/v3.3/odata/GrantAgreementImplementationPeriodPerformanceFrameworks",
"multicountries": "https://fetch.theglobalfund.org/v3.3/odata/MultiCountries",
"indicators": "https://fetch.theglobalfund.org/v3.3/odata/VNationalHealthAndDevelopmentIndicators",
"filteroptionslocations": "https://fetch.theglobalfund.org/v3.3/odata/GeographicAreas?$select=geographicAreaCode_ISO3,geographicAreaCode_ISO2,geographicAreaId,geographicAreaName,geographicAreaParentId&$expand=members($select=geographicAreaCode_ISO3,geographicAreaCode_ISO2,geographicAreaId,geographicAreaName,geographicAreaParentId;$expand=members($select=geographicAreaCode_ISO3,geographicAreaCode_ISO2,geographicAreaId,geographicAreaName,geographicAreaParentId;$expand=members($select=geographicAreaCode_ISO3,geographicAreaCode_ISO2,geographicAreaId,geographicAreaName,geographicAreaParentId;$expand=members)))&$filter=geographicAreaName eq 'World'",
"filteroptionsmulticountries": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreements?$apply=filter(multiCountryName%20ne%20null)/groupby((MultiCountryName,GeographicAreaCode_ISO3),aggregate(GrantAgreementId%20with%20countdistinct%20as%20count))&$orderby=count%20desc",
"filteroptionscomponents": "https://fetch.theglobalfund.org/v3.3/odata/Components",
"filteroptionspartnertypes": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreements?$apply=groupby((principalRecipientClassificationName,principalRecipientClassificationId,principalRecipientSubClassificationName,principalRecipientSubClassificationId,principalRecipientName,principalRecipientId))",
"filteroptionsstatus": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreements?$apply=groupby((grantAgreementStatusTypeName))",
"filteroptionsstatus1": "https://fetch.theglobalfund.org/v3.3/odata/VGrantAgreementImplementationPeriods?$apply=groupby((implementationPeriodStatusTypeName))",
"filteroptionsdonors": "https://fetch.theglobalfund.org/v3.3/odata/donors/?$filter=donorId%20eq%20c06eaea9-c81b-442b-b403-dc348f3734eb%20or%20donorId%20eq%2025188dfc-7567-4e08-b8d0-088a6b83f238%20or%20donorId%20eq%20641c05fa-129d-4b57-a213-b5f6852ddc5f%20or%20donorid%20eq%20cc30fc59-b2fa-49e3-aa5a-762727daa68c&$expand=members($expand=members($expand=members($expand=members)))",
"filteroptionsreplenishmentperiods": "https://fetch.theglobalfund.org/v3.3/odata/replenishmentperiods",
"multicountriescountriesdata": "https://fetch.theglobalfund.org/v3.3/odata/MultiCountries?$expand=MultiCountryComposition($select=GeographicArea;$expand=GeographicArea($select=GeographicAreaCode_ISO3))&$select=MultiCountryName,MultiCountryComposition"
}