GET Api/Permission/GetById?id={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": "bc20443c-5530-4c9b-a697-6b68a7915240",
"ClientId": "ea5ffc16-a380-4914-a567-da580e1462a8",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2026-08-17 02:08:31",
"UpdateDate": "2026-08-17 02:08:31",
"CreateBy": "318ab587-b944-48e5-acb4-dccb448d8a1e",
"UpdateBy": "4f1577da-641f-4d3d-8014-4aa3d3832318"
}