-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update data API calls to v4.2
- Loading branch information
1 parent
1b6934f
commit 1286507
Showing
1 changed file
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,23 @@ | ||
{ | ||
"FILTER_OPTIONS_GEOGRAPHIES": "https://fetch.theglobalfund.org/v4/odata/Geographies?$filter=level eq 'World'&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_GEOGRAPHIES_BOARD_CONSTITUENCY_VIEW": "https://fetch.theglobalfund.org/v4/odata/Geographies_BoardConstituencyView?&$filter=parentId ne null AND children/any(c: c ne null)&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_GEOGRAPHIES_PORTFOLIO_VIEW": "https://fetch.theglobalfund.org/v4/odata/Geographies_PortfolioView?&$filter=parentId ne null AND children/any(c: c ne null)&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_COMPONENTS_GROUPED": "https://fetch.theglobalfund.org/v4/odata/ActivityAreasGrouped?$filter=parentId eq null", | ||
"FILTER_OPTIONS_COMPONENTS_UNGROUPED": "https://fetch.theglobalfund.org/v4/odata/ActivityAreas?$filter=type eq 'Component'", | ||
"FILTER_OPTIONS_REPLENISHMENT_PERIODS": "https://fetch.theglobalfund.org/v4/odata/allFinancialIndicators?$apply=filter(financialDataSet eq 'Pledges_Contributions')/groupby((periodCovered))&$orderby=periodCovered asc", | ||
"FILTER_OPTIONS_DONORS": "https://fetch.theglobalfund.org/v4/odata/Donors?$apply=groupby((id,name,type/name))", | ||
"FILTER_OPTIONS_PRINCIPAL_RECIPIENTS": "https://fetch.theglobalfund.org/v4/odata/Grants?$apply=groupby((principalRecipient/type/parent/name,principalRecipient/type/parent/code,principalRecipient/type/name,principalRecipient/type/code,principalRecipient/name))", | ||
"FILTER_OPTIONS_RESULTS_COMPONENTS": "https://fetch.theglobalfund.org/v4/odata/allProgrammaticIndicators?$apply=filter(programmaticDataset eq 'Annual_Results')/groupby((indicatorName,activityArea/name))", | ||
"FILTER_OPTIONS_STATUS": "https://fetch.theglobalfund.org/v4/odata/Statuses", | ||
"FINANCIAL_INDICATORS": "https://fetch.theglobalfund.org/v4/odata/allFinancialIndicators", | ||
"DONORS": "https://fetch.theglobalfund.org/v4/odata/Donors", | ||
"PROGRAMMATIC_INDICATORS": "https://fetch.theglobalfund.org/v4/odata/allProgrammaticIndicators", | ||
"COORDINATING_MECHANISMS": "https://fetch.theglobalfund.org/v4/odata/CoordinatingMechanisms", | ||
"GRANTS": "https://fetch.theglobalfund.org/v4/odata/Grants", | ||
"HIERARCHICAL_GEOGRAPHIES": "https://fetch.theglobalfund.org/v4/odata/Geographies?$filter=level eq 'World'&$expand=children($expand=children($expand=children))", | ||
"GEOGRAPHIES": "https://fetch.theglobalfund.org/v4/odata/Geographies", | ||
"FUNDING_REQUESTS": "https://fetch.theglobalfund.org/v4/odata/FundingRequests", | ||
"DOCUMENTS": "https://fetch.theglobalfund.org/v4/odata/Documents", | ||
"ELIGIBILITY": "https://fetch.theglobalfund.org/v4/odata/Eligibility", | ||
"DATASET_INFORMATION": "https://fetch.theglobalfund.org/v4.1/odata/DatasetInformation" | ||
"FILTER_OPTIONS_GEOGRAPHIES": "https://fetch.theglobalfund.org/v4.2/odata/Geographies?$filter=level eq 'World'&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_GEOGRAPHIES_BOARD_CONSTITUENCY_VIEW": "https://fetch.theglobalfund.org/v4.2/odata/Geographies_BoardConstituencyView?&$filter=parentId ne null AND children/any(c: c ne null)&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_GEOGRAPHIES_PORTFOLIO_VIEW": "https://fetch.theglobalfund.org/v4.2/odata/Geographies_PortfolioView?&$filter=parentId ne null AND children/any(c: c ne null)&$expand=children($expand=children($expand=children))", | ||
"FILTER_OPTIONS_COMPONENTS_GROUPED": "https://fetch.theglobalfund.org/v4.2/odata/ActivityAreasGrouped?$filter=parentId eq null", | ||
"FILTER_OPTIONS_COMPONENTS_UNGROUPED": "https://fetch.theglobalfund.org/v4.2/odata/ActivityAreas?$filter=type eq 'Component'", | ||
"FILTER_OPTIONS_REPLENISHMENT_PERIODS": "https://fetch.theglobalfund.org/v4.2/odata/allFinancialIndicators?$apply=filter(financialDataSet eq 'Pledges_Contributions')/groupby((periodCovered))&$orderby=periodCovered asc", | ||
"FILTER_OPTIONS_DONORS": "https://fetch.theglobalfund.org/v4.2/odata/Donors?$apply=groupby((id,name,type/name))", | ||
"FILTER_OPTIONS_PRINCIPAL_RECIPIENTS": "https://fetch.theglobalfund.org/v4.2/odata/Grants?$apply=groupby((principalRecipient/type/parent/name,principalRecipient/type/parent/code,principalRecipient/type/name,principalRecipient/type/code,principalRecipient/name))", | ||
"FILTER_OPTIONS_RESULTS_COMPONENTS": "https://fetch.theglobalfund.org/v4.2/odata/allProgrammaticIndicators?$apply=filter(programmaticDataset eq 'Annual_Results')/groupby((indicatorName,activityArea/name))", | ||
"FILTER_OPTIONS_STATUS": "https://fetch.theglobalfund.org/v4.2/odata/Statuses", | ||
"FINANCIAL_INDICATORS": "https://fetch.theglobalfund.org/v4.2/odata/allFinancialIndicators", | ||
"DONORS": "https://fetch.theglobalfund.org/v4.2/odata/Donors", | ||
"PROGRAMMATIC_INDICATORS": "https://fetch.theglobalfund.org/v4.2/odata/allProgrammaticIndicators", | ||
"COORDINATING_MECHANISMS": "https://fetch.theglobalfund.org/v4.2/odata/CoordinatingMechanisms", | ||
"GRANTS": "https://fetch.theglobalfund.org/v4.2/odata/Grants", | ||
"HIERARCHICAL_GEOGRAPHIES": "https://fetch.theglobalfund.org/v4.2/odata/Geographies?$filter=level eq 'World'&$expand=children($expand=children($expand=children))", | ||
"GEOGRAPHIES": "https://fetch.theglobalfund.org/v4.2/odata/Geographies", | ||
"FUNDING_REQUESTS": "https://fetch.theglobalfund.org/v4.2/odata/FundingRequests", | ||
"DOCUMENTS": "https://fetch.theglobalfund.org/v4.2/odata/Documents", | ||
"ELIGIBILITY": "https://fetch.theglobalfund.org/v4.2/odata/Eligibility", | ||
"DATASET_INFORMATION": "https://fetch.theglobalfund.org/v4.2/odata/DatasetInformation" | ||
} |