Error
A valid request URL is required to generate request examples{
"providers": [
{
"id": "<string>",
"active": true,
"affiliations": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"primary": true,
"org_category": "<string>"
}
],
"created_at": "<string>",
"display_name": "<string>",
"has_email": true,
"has_epic": true,
"has_fax": true,
"name": "<string>",
"npi": "<string>",
"owned_organization_id": "<string>",
"owned_organization_status": "<string>",
"pending_requests_count": 123,
"practice_name": "<string>",
"specialty": "<string>",
"updated_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}Api::V1::Admin::Provider
List providers
Returns a paginated list of providers.
GET
/
api
/
v1
/
admin
/
providers
Error
A valid request URL is required to generate request examples{
"providers": [
{
"id": "<string>",
"active": true,
"affiliations": [
{
"id": "<string>",
"name": "<string>",
"slug": "<string>",
"primary": true,
"org_category": "<string>"
}
],
"created_at": "<string>",
"display_name": "<string>",
"has_email": true,
"has_epic": true,
"has_fax": true,
"name": "<string>",
"npi": "<string>",
"owned_organization_id": "<string>",
"owned_organization_status": "<string>",
"pending_requests_count": 123,
"practice_name": "<string>",
"specialty": "<string>",
"updated_at": "<string>"
}
],
"meta": {
"current_page": 123,
"per_page": 123,
"total_pages": 123,
"total_count": 123,
"has_next": true,
"has_prev": true
}
}⌘I