cdcgov.local

A router of public health data from multiple senders and receivers

🔑 apikey 13 endpoints open_datacollaboration
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (3 total)

fdns-js-sdk ✓ Official
npm install fdns-js-sdk
fdns-java-sdk ✓ Official
# Maven: see https://github.com/CDCgov/fdns-java-sdk
cs-sdk-dotnet ✓ Official
dotnet add package cs-sdk-dotnet
curl examples
The settings for all organizations of the system. Must have admin access.
curl \
  -H "x-functions-key: $API_KEY" \
  http://cdcgov.local/settings/organizations
A single organization settings
curl \
  -H "x-functions-key: $API_KEY" \
  http://cdcgov.local/settings/organizations/{organizationName}
A list of senders
curl \
  -H "x-functions-key: $API_KEY" \
  http://cdcgov.local/settings/organizations/{organizationName}/senders
Endpoints (13 total)
GET
/settings/organizations
The settings for all organizations of the system. Must have admin access.
GET
/settings/organizations/{organizationName}
A single organization settings
GET
/settings/organizations/{organizationName}/senders
A list of senders
GET
/settings/organizations/{organizationName}/receivers
A list of receivers and their current settings
GET
/settings/organizations/{organizationName}/senders/{senderName}
The settings of a single of sender
GET
/settings/organizations/{organizationName}/receivers/{receiverName}
The settings of a single of receiver
POST
/reports
Post a report to the data hub
PUT
/settings/organizations/{organizationName}
Create or update the direct settings associated with an organization
PUT
/settings/organizations/{organizationName}/senders/{senderName}
Update a single sender
PUT
/settings/organizations/{organizationName}/receivers/{receiverName}
Update a single reciever
DELETE
/settings/organizations/{organizationName}
Delete an organization (and the associated receivers and senders)
DELETE
/settings/organizations/{organizationName}/senders/{senderName}
Delete a sender
Language coverage
JavaScript
1
Java
1
C#
1
At a glance
Total SDKs3
Languages3
Endpoints13
Authapikey
Categories2
http://cdcgov.local