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": "709e5ecc-cdb9-48a0-813d-4355a31b2fea",
"ClientId": "471062d0-d8f1-47fa-b0d6-83e8a535b658",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-06-15 12:53:19",
"UpdateDate": "2026-06-15 12:53:19",
"CreateBy": "ba5b4c21-0929-42cb-8b07-f97d31c87a45",
"UpdateBy": "c0f482ee-842d-4b8d-9148-a54cd3e3a17a"
}