GET /api/accessgroups/{id}
Gets access group by id
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| id | path | Access group id (Ntg_GruppeID). | true | string |
Responses
| Code | Returns | Type |
|---|---|---|
| 200 | Ok | Acos.Websak.UserAPI.Core.Models.AccessGroup |
| 401 | Unauthorized - Missing or invalid access token | |
| 403 | Forbidden - Provided access token does not permit usage of this API or data |
Response Example
{
"createdById":"string",
"fromDate":"string",
"general":"string",
"groupId":"string",
"groupName":"string",
"toDate":"string"
}