GET api/staffs/position/{id}
Request Information
URI Parameters
| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | Required | 
Body Parameters
None.
Response Information
Resource Description
staff_position| Name | Description | Type | Additional information | 
|---|---|---|---|
| id | integer | None. | |
| create_time | date | None. | |
| modify_time | date | None. | |
| modify_by | integer | None. | |
| record_status_id | signed byte | None. | |
| staff_type_id | integer | None. | |
| staff_type_pos_id | integer | None. | |
| title | string | None. | |
| description | string | None. | |
| trtid | integer | None. | |
| isactive | integer | None. | 
Response Formats
application/json, text/json
            Sample:
{
  "id": 1,
  "create_time": "2025-11-01T06:06:05.9779306+07:00",
  "modify_time": "2025-11-01T06:06:05.9779306+07:00",
  "modify_by": 1,
  "record_status_id": 64,
  "staff_type_id": 3,
  "staff_type_pos_id": 4,
  "title": "sample string 5",
  "description": "sample string 6",
  "trtid": 1,
  "isactive": 1
}