GET api/Authorization/GetAllAuthorization
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of AuthoriseName | Description | Type | Additional information |
---|---|---|---|
Id | integer |
None. |
|
ControllerName | string |
None. |
|
Action | string |
None. |
Response Formats
application/json, text/json
Sample:
[ { "$id": "1", "Id": 1, "ControllerName": "sample string 2", "Action": "sample string 3" }, { "$ref": "1" } ]
application/octet-stream
Sample:
[{"$id":"1","Id":1,"ControllerName":"sample string 2","Action":"sample string 3"},{"$ref":"1"}]