GroupLineAccess_Get (Get)
- Last UpdatedNov 06, 2025
- 1 minute read
| Get | GroupLineAccess_Get |
Resource Path:/api/GroupLineAccess/{lineId}
| Name | Description | Data Type |
|---|---|---|
| lineId | Required. The line ID. | integer |
| ignoreCurrentUser | This parameter is not currently used. | boolean |
The response body is of type Array[Mes.WebApi.Models.GroupLineAccess].
To get the access information for all user groups to a line with an ID of 10:
api/line/grouplineaccess/10
Examples: Work Tasks Lookups
To get the access information for all user groups to a specific line:
api/line/grouplineaccess/{lineID}