Skip to content

Commit

Permalink
chore: update data API calls to v4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stephanoshadjipetrou committed Nov 11, 2024
1 parent 1b6934f commit 1286507
Showing 1 changed file with 21 additions and 21 deletions.
42 changes: 21 additions & 21 deletions src/config/urls/index.json
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"
}

0 comments on commit 1286507

Please sign in to comment.