POST VwGridPICWorkflow/findbyid

No documentation available.

Request Information

Parameters

NameDescriptionAdditional 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": "026bd9f6-4c73-4772-a277-1bc57fc76abe",
    "EmployeeKode": "sample string 2",
    "EmployeeName": "sample string 3",
    "WorkflowId": "e192038f-8a8c-4f08-9ebc-9f6f59fa8d20",
    "WorkflowName": "sample string 5",
    "WorkflowGroup": "sample string 6",
    "BranchId": "78b7eb53-7c64-4392-9808-ae762b0c2769",
    "Jabatan": "sample string 8",
    "RecordStatus": 9,
    "ID": "7ac32c79-c615-46c8-b50c-49f94c103d2d",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-05-12T01:33:02.0185297-07:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-05-12T01:33:02.0185297-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-05-12T01:33:02.0185297-07:00</DateInsert>
    <DateUpdate xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">2026-05-12T01:33:02.0185297-07:00</DateUpdate>
    <ID xmlns="http://schemas.datacontract.org/2004/07/InvelliLOS.Models">7ac32c79-c615-46c8-b50c-49f94c103d2d</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>78b7eb53-7c64-4392-9808-ae762b0c2769</d2p1:BranchId>
    <d2p1:EmployeeId>026bd9f6-4c73-4772-a277-1bc57fc76abe</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>e192038f-8a8c-4f08-9ebc-9f6f59fa8d20</d2p1:WorkflowId>
    <d2p1:WorkflowName>sample string 5</d2p1:WorkflowName>
  </Data>
</ActionResultOfVwGridPICWorkflow_Pn4aKTCr>