GET api/wf/getOutbox

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

ResponseContractOfOutboxResponse[]
NameDescriptionTypeAdditional information
message

string

None.

message_type

message_type

None.

message_code

integer

None.

data

Collection of OutboxResponse

None.

per_page

integer

None.

total_data

integer

None.

total_page

integer

None.

Response Formats

application/json, text/json

Sample:
{
  "message": "sample string 1",
  "message_type": 0,
  "message_code": 2,
  "data": [
    {
      "regID": "sample string 1",
      "approver": "sample string 2",
      "flowType": "sample string 3",
      "startDate": "sample string 4",
      "endDate": "sample string 5",
      "absence": "sample string 6",
      "absenceTypeDesc": "sample string 7"
    },
    {
      "regID": "sample string 1",
      "approver": "sample string 2",
      "flowType": "sample string 3",
      "startDate": "sample string 4",
      "endDate": "sample string 5",
      "absence": "sample string 6",
      "absenceTypeDesc": "sample string 7"
    }
  ],
  "per_page": 3,
  "total_data": 4,
  "total_page": 5
}