List All FundingAgencies
GET
/v1/fundingAgencies
curl \
-X GET http://localhost:4000/v1/fundingAgencies
Response examples (200)
{
"data": [
{
"id": "<uuid v4>",
"name": "Jobcenter Hamburg",
"type": "jobcenter",
"partnerType": "funding_agency"
},
{
"id": "<uuid v4>",
"name": "Jobcenter Hamburg",
"type": "jobcenter",
"partnerType": "funding_agency"
}
]
}