GET AdminApi/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": "d78ad242-0f68-443e-8e70-9b5036986223",
"ClientId": "6f8f8fbb-0b73-4441-beff-543f18312a47",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-07-30 18:07:34",
"UpdateDate": "2026-07-30 18:07:34",
"CreateBy": "d805ae24-11ba-44a4-a06d-1cabf053449e",
"UpdateBy": "8f5e1267-d24a-410f-92de-4a613791aeda"
}