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": "ada00a22-7194-4f3b-822c-e4865f2004ad",
"ClientId": "565f5d5b-0b5f-4c21-81af-e465b5a4e1a3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:04:18",
"UpdateDate": "2025-10-28 19:04:18",
"CreateBy": "99904598-b6d1-425a-a71c-1b548912b7f6",
"UpdateBy": "e3d5ff87-ec4b-4dfe-82fa-11652638e602"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Description": "sample string 3",
"DescriptionTC": "sample string 4",
"DescriptionSC": "sample string 5",
"Seq": 6,
"Id": "ada00a22-7194-4f3b-822c-e4865f2004ad",
"ClientId": "565f5d5b-0b5f-4c21-81af-e465b5a4e1a3",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:04:18",
"UpdateDate": "2025-10-28 19:04:18",
"CreateBy": "99904598-b6d1-425a-a71c-1b548912b7f6",
"UpdateBy": "e3d5ff87-ec4b-4dfe-82fa-11652638e602"
}
]