GET Api/Permission/GetById/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | globally unique identifier |
Required |
Body Parameters
None.
Response Information
Resource Description
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": "926178bf-61eb-4e8d-86d1-ada94507c717",
"ClientId": "8cc56cc1-0b5b-470e-81bd-34b3892decbc",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:29",
"UpdateDate": "2026-08-17 02:08:29",
"CreateBy": "15b4e13b-7659-4120-9ca7-773d33b6198a",
"UpdateBy": "9e4939fb-cb46-4425-bce3-bed059a919cc"
}