/
IN
inviton
/
Inviton Web API
Search skmtc…
⌘K
Changes
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 14h ago · Updated 1w ago
Details
Filter operations
Access control management
8
get
Obtains ACL Item by ID
delete
Removes ACL Item by ID
get
Obtains ACL Item by ID
post
Creates/Modifies given ACL Item
get
Obtains list of Access Control items for given ACL Group ID
post
Creates or modifies ACL Group
delete
Removes ACL Group [only if it's empty]
get
Obtains list of Access Control groups for checking/management
Event
3
Ticket checking / access control
1
Access control management
Creates or modifies ACL Group
post
/api/v1/AclName
Request body
AclNameDtoExtended
required
Id
integer
ID of the ACL group
Name
string
nullable
Current Name of the ACL group
OriginalName
string
nullable
Original Name of the ACL group
Type
0
|
1
ImpersonatedUserId
integer
nullable
INTERNAL
Response
OK
AclNameResponse
required
Id
integer
Changes