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": "a3e46439-aad9-4a1f-a6fc-325c13aeba57",
"ClientId": "df8342ea-2c33-49de-b313-bc9a149ffbd7",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-02-24 14:25:31",
"UpdateDate": "2026-02-24 14:25:31",
"CreateBy": "c5e68e4f-4ed6-411c-9afa-b812bdf2f8f7",
"UpdateBy": "5c90417d-e809-40ab-8943-5a5c52c13664"
}