GET api/BaseAction/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| id | integer |
Required |
Body Parameters
None.
Response Information
Resource Description
Permission_Action| Name | Description | Type | Additional information |
|---|---|---|---|
| ActId | integer |
None. |
|
| ActKey | string |
Required String length: inclusive between 0 and 45 |
|
| ActName | string |
Required String length: inclusive between 0 and 50 |
|
| ActUrl | string |
Required String length: inclusive between 0 and 200 |
|
| ActDetail | string |
String length: inclusive between 0 and 200 |
|
| ActDefaultAccess | string |
String length: inclusive between 0 and 4 |
|
| ActStatus | string |
Required String length: inclusive between 0 and 1 |
|
| ActCreated | date |
None. |
|
| ActUpdated | date |
None. |
Response Formats
application/json, text/json
Sample:
{
"ActId": 1,
"ActKey": "sample string 2",
"ActName": "sample string 3",
"ActUrl": "sample string 4",
"ActDetail": "sample string 5",
"ActDefaultAccess": "sample string 6",
"ActStatus": "sample string 7",
"ActCreated": "2026-04-07T18:02:28.9930519+07:00",
"ActUpdated": "2026-04-07T18:02:28.9930519+07:00"
}
application/xml, text/xml
Sample:
<Permission_Action xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/MRP.Domain.Entity"> <ActCreated>2026-04-07T18:02:28.9930519+07:00</ActCreated> <ActDefaultAccess>sample string 6</ActDefaultAccess> <ActDetail>sample string 5</ActDetail> <ActId>1</ActId> <ActKey>sample string 2</ActKey> <ActName>sample string 3</ActName> <ActStatus>sample string 7</ActStatus> <ActUpdated>2026-04-07T18:02:28.9930519+07:00</ActUpdated> <ActUrl>sample string 4</ActUrl> </Permission_Action>