GET AdminApi/Permission/GetList
Request Information
URI Parameters
None.
Body Parameters
None.
Response Information
Resource Description
Collection of Permission| Name | Description | Type | Additional information |
|---|---|---|---|
| Module | string |
Required Max length: 50 |
|
| Function | string |
Max length: 50 |
|
| Description | string |
Max length: 1000 |
|
| DescriptionTC | string |
Max length: 1000 |
|
| DescriptionSC | string |
Max length: 1000 |
|
| Seq | integer |
None. |
|
| Id | globally unique identifier |
None. |
|
| ClientId | globally unique identifier |
None. |
|
| IsActive | boolean |
Required |
|
| IsDeleted | boolean |
Required |
|
| CreateDate | date |
Required |
|
| UpdateDate | date |
None. |
|
| CreateBy | globally unique identifier |
Required |
|
| UpdateBy | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"Module": "sample string 1",
"Function": "sample string 2",
"Description": "sample string 3",
"DescriptionTC": "sample string 4",
"DescriptionSC": "sample string 5",
"Seq": 6,
"Id": "5f351c98-f0db-4aa0-bbd6-6b046d6cd39e",
"ClientId": "b5c6c63e-f892-4a91-8816-24a75dc15518",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:23:55",
"UpdateDate": "2026-02-24 14:23:55",
"CreateBy": "1abe5949-783f-44f0-b03d-24b38e7b1a91",
"UpdateBy": "4574ee0a-14b1-4d89-9620-e3e346e6cde8"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Description": "sample string 3",
"DescriptionTC": "sample string 4",
"DescriptionSC": "sample string 5",
"Seq": 6,
"Id": "5f351c98-f0db-4aa0-bbd6-6b046d6cd39e",
"ClientId": "b5c6c63e-f892-4a91-8816-24a75dc15518",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:23:55",
"UpdateDate": "2026-02-24 14:23:55",
"CreateBy": "1abe5949-783f-44f0-b03d-24b38e7b1a91",
"UpdateBy": "4574ee0a-14b1-4d89-9620-e3e346e6cde8"
}
]