GET Api/Permission/GetPermissionFunction?moduleId={moduleId}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| moduleId | globally unique identifier |
Required |
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": "17749d86-c177-40f7-acab-de26f3b97a13",
"ClientId": "249e1b84-fe33-4d28-8aa4-3fcbf0f424ae",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:57",
"UpdateDate": "2025-10-28 19:00:57",
"CreateBy": "0f73f1a9-567a-4ab2-9867-692b9bae1a72",
"UpdateBy": "174d0cb2-3983-46a0-a3c1-7eb0ab279c1b"
},
{
"Module": "sample string 1",
"Function": "sample string 2",
"Description": "sample string 3",
"DescriptionTC": "sample string 4",
"DescriptionSC": "sample string 5",
"Seq": 6,
"Id": "17749d86-c177-40f7-acab-de26f3b97a13",
"ClientId": "249e1b84-fe33-4d28-8aa4-3fcbf0f424ae",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:00:57",
"UpdateDate": "2025-10-28 19:00:57",
"CreateBy": "0f73f1a9-567a-4ab2-9867-692b9bae1a72",
"UpdateBy": "174d0cb2-3983-46a0-a3c1-7eb0ab279c1b"
}
]