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": "ece08e60-abb9-4028-81d5-261fb9388775",
"ClientId": "0c75e4fe-631e-48b6-a0f6-19bd97acc265",
"IsActive": true,
"IsDeleted": true,
"CreateDate": "2025-10-28 19:09:59",
"UpdateDate": "2025-10-28 19:09:59",
"CreateBy": "27decfc0-4128-4612-8cf4-63007e8b7e74",
"UpdateBy": "25035d85-bc45-448d-9b32-a1ac6f3b9b71"
}