Network
List Network Entries
Lists all network entries available through Metriport
GET
This is a paginated endpoint. For more information see pagination.
Query Params
How to filter network entries. It uses Metriport’s filter/search criteria based on the main properties of a Network: the organization’s name, address, oid and root organization. Any search terms you use search across all of these fields.
One can combine fields as needed, for example:
metriport or sutter
will return all networks at least one ofmetriport
orsutter
in their data.metriport -market
will return all networks withmetriport
in their data but withoutmarket
in their data.metriport 150
will return all networks withmetriport
and the number150
in their data, such as metriport with an address at150 Market Street
.
The filters are not case sensitive, but do match only against full words. i.e.
acme
will find Acme Health Network
, while Acm
will not.
Response
All Networks according to the provided filters and pagination params.