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": "b2f0e51e-d3fc-4e50-a819-2fb2e6aa6d63",
"ClientId": "6a8be88f-d0ba-484d-a735-f37e493da494",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-12-30 14:13:50",
"UpdateDate": "2025-12-30 14:13:50",
"CreateBy": "79ca7ac3-f8d2-44fb-b38d-635a3dfa638c",
"UpdateBy": "8d57e412-c375-41b6-a453-0b0413a9c937"
}