GET /api/accessgroups/{id}
Parameters
Name | In | Description | Required | Type |
---|---|---|---|---|
id | path | true | string |
Responses
Code | Returns | Type |
---|---|---|
200 | Success | AccessGroup[] |
401 | Unauthorized | ProblemDetails |
Response Example
[{
"groupId":"string",
"groupName":"string",
"general":"string",
"createdById":"string",
"fromDate":"string",
"toDate":"string"
}]