POST api/MobileAPI20/GetApproveHistory

我的待审批 和审批历史

Request Information

URI Parameters

None.

Body Parameters

参数模型

FlowApproverHistoryModel
NameDescriptionTypeAdditional information
employeeGID

globally unique identifier

None.

status

integer

None.

type

FlowCategory

None.

isApproved

boolean

None.

page

integer

None.

count

integer

None.

isCurrent

boolean

None.

Request Formats

application/json, text/json

Sample:
{
  "employeeGID": "dfe52019-0df8-4deb-ae88-4fc60c6c737d",
  "status": 1,
  "type": 1,
  "isApproved": true,
  "page": 1,
  "count": 1,
  "isCurrent": true
}

application/xml, text/xml

Sample:
<FlowApproverHistoryModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/JetHR.OpenAPI.Model">
  <count>1</count>
  <employeeGID>dfe52019-0df8-4deb-ae88-4fc60c6c737d</employeeGID>
  <isApproved>true</isApproved>
  <isCurrent>true</isCurrent>
  <page>1</page>
  <status>1</status>
  <type>Leave</type>
</FlowApproverHistoryModel>

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'FlowApproverHistoryModel'.

Response Information

Resource Description

我的待审批 和审批历史

string

Response Formats

application/json, text/json

Sample:
"sample string 1"

application/xml, text/xml

Sample:
<string xmlns="http://schemas.microsoft.com/2003/10/Serialization/">sample string 1</string>