GET AdminApi/Permission/GetPermissionModule
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": "a6a72a1d-d580-4b92-9583-d3a4a39104f3",
"ClientId": "f1b043ce-dc03-49fd-940e-94a893baa349",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:23",
"UpdateDate": "2025-10-28 19:00:23",
"CreateBy": "9843722c-2980-40f1-83ef-ea03cc56da8c",
"UpdateBy": "f2fdc9f1-b4f8-4a09-ba57-198f60bbd8c4"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Description": "sample string 3",
"DescriptionTC": "sample string 4",
"DescriptionSC": "sample string 5",
"Seq": 6,
"Id": "a6a72a1d-d580-4b92-9583-d3a4a39104f3",
"ClientId": "f1b043ce-dc03-49fd-940e-94a893baa349",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:23",
"UpdateDate": "2025-10-28 19:00:23",
"CreateBy": "9843722c-2980-40f1-83ef-ea03cc56da8c",
"UpdateBy": "f2fdc9f1-b4f8-4a09-ba57-198f60bbd8c4"
}
]