POST VwGridPICWorkflow/findbyid
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| param | No documentation available. |
Define this parameter in the request body. |
Request body 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>
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
No documentation available.
Response body formats
application/json, text/json
Sample:
{
"Data": {
"EmployeeId": "a41e2eee-17ee-4a0c-b9e3-78dbb4abf1dc",
"EmployeeKode": "sample string 2",
"EmployeeName": "sample string 3",
"WorkflowId": "4aeaf5c4-324d-4f76-80b6-0df0ba1d44e4",
"WorkflowName": "sample string 5",
"WorkflowGroup": "sample string 6",
"BranchId": "9c0ca323-df56-4619-8c35-9b25f103be1a",
"Jabatan": "sample string 8",
"RecordStatus": 9,
"ID": "05a15d01-ee52-42c6-8e8a-787154bcf3a5",
"UserInsert": "sample string 11",
"DateInsert": "2026-09-23T02:50:16.6570027-07:00",
"UserUpdate": "sample string 13",
"DateUpdate": "2026-09-23T02:50:16.6570027-07:00"
},
"IsSuccess": true,
"ErrorCode": 2,
"ErrorDescription": "sample string 3"
}
application/xml, text/xml
Sample:
<ActionResultOfVwGridPICWorkflow_Pn4aKTCr xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/Invelli.Rest">
<ErrorCode>2</ErrorCode>
<ErrorDescription>sample string 3</ErrorDescription>
<IsSuccess>true</IsSuccess>
<Data xmlns:d2p1="http://schemas.datacontract.org/2004/07/InvelliLOS.Models.Views">
<DateInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-09-23T02:50:16.6570027-07:00</DateInsert>
<DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-09-23T02:50:16.6570027-07:00</DateUpdate>
<ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">05a15d01-ee52-42c6-8e8a-787154bcf3a5</ID>
<UserInsert xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 11</UserInsert>
<UserUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">sample string 13</UserUpdate>
<d2p1:BranchId>9c0ca323-df56-4619-8c35-9b25f103be1a</d2p1:BranchId>
<d2p1:EmployeeId>a41e2eee-17ee-4a0c-b9e3-78dbb4abf1dc</d2p1:EmployeeId>
<d2p1:EmployeeKode>sample string 2</d2p1:EmployeeKode>
<d2p1:EmployeeName>sample string 3</d2p1:EmployeeName>
<d2p1:Jabatan>sample string 8</d2p1:Jabatan>
<d2p1:RecordStatus>9</d2p1:RecordStatus>
<d2p1:WorkflowGroup>sample string 6</d2p1:WorkflowGroup>
<d2p1:WorkflowId>4aeaf5c4-324d-4f76-80b6-0df0ba1d44e4</d2p1:WorkflowId>
<d2p1:WorkflowName>sample string 5</d2p1:WorkflowName>
</Data>
</ActionResultOfVwGridPICWorkflow_Pn4aKTCr>