Retrieve List of Institutions
Overview
Gets list of all institutions that the user has access to.
Resource Access
GET https://<hostname>/institution/v1/institution/_listAll
Example Request
GET https://<hostname>/institution/v1/institution/_listAll
Example Response
{
"recordCount": 18,
"totalRecords": 18,
"records": [
{
"id": "04a29a09-6d54-5074-9346-1dc7cdf71357",
"name": "Abhishek Test API Institution Updated"
},
{
"id": "096e3fc7-bb39-5e80-9879-bd44faf2e94a",
"name": "PPS Institution - Internal Testing"
},
{
"id": "09de4753-eebb-53f7-9efa-449228225693",
"name": "Check Test Inst"
},
{
"id": "5342fa53-6133-5518-bc57-46be8feb4168",
"name": "Test Institution"
},
{
"id": "56820f26-cb82-5168-9cf7-c4c6cffacff2",
"name": "Test Institution updated"
},
{
"id": "5744a8d4-497c-5a52-b0a5-0ab838c37efa",
"name": "PPS Institution - Internal Monitoring"
},
{
"id": "586d64c9-204f-501e-a01e-a404da5f6e71",
"name": "Nexus Inworks"
},
{
"id": "5b22070b-a524-54c0-9479-8c227267315f",
"name": "Priority PayRight Health Solutions LLC"
},
{
"id": "6308288604665946112",
"name": "MineralTree"
},
{
"id": "6a6a0fe3-a172-5d23-b951-7fcd685a4c76",
"name": "Greater Louisville Medical Society"
},
{
"id": "6bef8853-4fbe-565f-8a59-40a315f571dc",
"name": "Test Institution"
},
{
"id": "87faa5ef-89f9-555a-9631-028073ba60d8",
"name": "G8way Payments"
},
{
"id": "980ba5dd-c063-571f-b3ff-91dca3bc391f",
"name": "Brad's Institution"
},
{
"id": "9dae3df8-68cc-5e65-97ff-c3ec72548cb7",
"name": "Test Institution"
},
{
"id": "b5e44676-d877-5d49-8da5-419dcd03616c",
"name": "Insti-4"
},
{
"id": "cde75706-6f23-553d-8eb8-d13a0691caac",
"name": "PRIORITY PAYMENT SYSTEMS"
},
{
"id": "def089c3-e31d-5427-b13e-def889e8d3b7",
"name": "Test Insti"
},
{
"id": "df1fcd22-2f69-55ae-91ad-cce3fcb39599",
"name": "Insti"
}
]
}
HTTP Status: 200 OK
Content-Type → application/json
Updated 3 days ago