Published 05/20/2022 at 4:46am UTC
Page viewed 17864 times
How can I get a list of all of my organization's Groups?
GET https://api.securevideo.com/group
The above API call would get a list of all groups that are in the organization.
Group JSON is returned, for example:
[ { "GroupId": 329, "GroupName": "Urgent Care Patients", "GroupType": "Virtual Clinic Participants", "GroupDescription": "Patients directed to First Response from the First Response website", "PublicUserKey": "4f0f16857bbcf6c9c6a765a077fb9223" }, { "GroupId": 2687, "GroupName": "Triage / Consult - Trauma Unit", "GroupType": "Host Group", "GroupDescription": "Triage / Consult - Trauma Unit", "PublicUserKey": "" }]
Returned Group JSON properties are as follows: