GET /api/accessgroups/journals/{journalid}
Lists internal access groups connected to a journal post.
Parameters
| Name | In | Description | Required | Type |
|---|---|---|---|---|
| journalId | path | Journal id (TGK_RefId where TGK_RefTab = 'SDO'). | 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"
}]