- Get List
-
GET
/authorization
- Get List Count
-
GET
/authorization/count
- Get
-
GET
/authorization/{id}
- Check
-
GET
/authorization/check
- Options
-
OPTIONS
/authorization
for available interactions on resource OPTIONS/authorization/{id}
for available interactions on resource instance - Create
-
POST
/authorization/create
- Update
-
PUT
/authorization/{id}
- Delete
-
DELETE
/authorization/{id}