cURL
curl --request GET \ --url https://api.example.com/api/Groups/all
[ { "id": 123, "name": "<string>", "active": true, "createdByID": 123, "createdDate": "2023-11-07T05:31:56Z", "updatedByID": 123, "updatedDate": "2023-11-07T05:31:56Z" } ]
Returns a list of all Groups.
OK
Was this page helpful?