GET apiCompany/PosistionGetInfo?u={u}&t={t}&d={d}
获取某个职位
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| u |
用户ID |
integer |
Required |
| t |
[用户ID]|[用户密码,加密]|[requestTime]|[设备标识],加密 |
string |
Required |
| d |
ID=[,int] |
string |
Required |
Body Parameters
None.
Response Information
Resource Description
获取某个职位
CompanyPosistion| Name | Description | Type | Additional information |
|---|---|---|---|
| Id |
Id |
integer |
None. |
| Name |
名称 |
string |
None. |
| CompanyId |
企业ID |
integer |
None. |
| State |
状态 |
None. |
Response Formats
application/json, text/json
Sample:
{
"id": 1,
"name": "sample string 2",
"companyId": 3,
"state": 0,
"createTime": "2025-12-16T23:34:31.8114179+08:00",
"createrId": 4,
"createrUserType": 0
}