This resource allows for the management of providers in popHealth

popHealth assumes that providers are in a hierarchy. This resource allows users to see the hierarchy of providers

Supported Formats

json

GET /api/teams

This will return the list of the current user's teams.

Supported Formats

json

GET /api/teams/:id

This will return an individual team based on the given ID

Supported Formats

json

Params

Param name Description
id
required

Team ID

Validations:

  • Must be a String


GET /api/teams/team_providers/:id

This will return the list of providers for a given team based on the ID

Supported Formats

json

Params

Param name Description
id
required

Team ID

Validations:

  • Must be a String