GET api/OfficialBusiness/GetOBRequestList

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
item
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "employeenumber": "sample string 1",
  "fullname": "sample string 2",
  "controlnumber": "sample string 3",
  "remarks": "sample string 4",
  "startdate": "2026-01-07T09:41:27.8784758Z",
  "enddate": "2026-01-07T09:41:27.8784758Z",
  "datefiled": "2026-01-07T09:41:27.8784758Z",
  "dateapproved": "2026-01-07T09:41:27.8784758Z",
  "statuscode": "sample string 5",
  "originalenddate": "2026-01-07T09:41:27.8784758Z",
  "employmentstatusid": 1
}

application/xml, text/xml

Sample:
<sp_ListEmployeeOfficialBusinessRequestWithPagination_Result xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/VES.OnPerson.Models">
  <controlnumber>sample string 3</controlnumber>
  <dateapproved>2026-01-07T09:41:27.8784758Z</dateapproved>
  <datefiled>2026-01-07T09:41:27.8784758Z</datefiled>
  <employeenumber>sample string 1</employeenumber>
  <employmentstatusid>1</employmentstatusid>
  <enddate>2026-01-07T09:41:27.8784758Z</enddate>
  <fullname>sample string 2</fullname>
  <originalenddate>2026-01-07T09:41:27.8784758Z</originalenddate>
  <remarks>sample string 4</remarks>
  <startdate>2026-01-07T09:41:27.8784758Z</startdate>
  <statuscode>sample string 5</statuscode>
</sp_ListEmployeeOfficialBusinessRequestWithPagination_Result>

application/x-www-form-urlencoded

Sample:

Sample not available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
{
  "employeenumber": "sample string 1",
  "controlnumber": "sample string 2",
  "statuscode": "sample string 3",
  "datefiled": "2026-01-07T09:41:27.8942233Z",
  "startdate": "2026-01-07T09:41:27.8942233Z",
  "enddate": "2026-01-07T09:41:27.8942233Z",
  "dateapproved": "2026-01-07T09:41:27.8942233Z",
  "remarks": "sample string 4",
  "reason": "sample string 5",
  "fullname": "sample string 6",
  "originaldateend": "2026-01-07T09:41:27.8942233Z",
  "employmentstatusid": 1,
  "iseditable": true,
  "isLapsed": 1
}

application/xml, text/xml

Sample:
<OfficialBusinessViewModel xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/SMARTHR.API.Models">
  <ControlNumber>sample string 2</ControlNumber>
  <DateApproved>2026-01-07T09:41:27.8942233Z</DateApproved>
  <DateEnd>2026-01-07T09:41:27.8942233Z</DateEnd>
  <DateFiled>2026-01-07T09:41:27.8942233Z</DateFiled>
  <DateStart>2026-01-07T09:41:27.8942233Z</DateStart>
  <EmployeeNumber>sample string 1</EmployeeNumber>
  <EmploymentStatusId>1</EmploymentStatusId>
  <FullName>sample string 6</FullName>
  <OriginalDateEnd>2026-01-07T09:41:27.8942233Z</OriginalDateEnd>
  <Remarks>sample string 4</Remarks>
  <StatusCode>sample string 3</StatusCode>
  <isLapsed>1</isLapsed>
  <iseditable>true</iseditable>
  <reason>sample string 5</reason>
</OfficialBusinessViewModel>