POST Workflow/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": {
    "Urutan": 1,
    "Nama": "sample string 2",
    "SLAMenit": 3,
    "BranchType": 4,
    "GroupWorkflow": "sample string 5",
    "MinPIC": 6,
    "NextY": 7,
    "NextN": 8,
    "IsEscalate": true,
    "ID": "c921d64f-826a-4849-a3cf-25614a74a7ca",
    "UserInsert": "sample string 11",
    "DateInsert": "2026-01-09T02:35:52.4627476-08:00",
    "UserUpdate": "sample string 13",
    "DateUpdate": "2026-01-09T02:35:52.4627476-08:00"
  },
  "IsSuccess": true,
  "ErrorCode": 2,
  "ErrorDescription": "sample string 3"
}

application/xml, text/xml

Sample:
<ActionResultOfWorkflowyF_PE8d68 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">
    <d2p1:DateInsert>2026-01-09T02:35:52.4627476-08:00</d2p1:DateInsert>
    <d2p1:DateUpdate>2026-01-09T02:35:52.4627476-08:00</d2p1:DateUpdate>
    <d2p1:ID>c921d64f-826a-4849-a3cf-25614a74a7ca</d2p1:ID>
    <d2p1:UserInsert>sample string 11</d2p1:UserInsert>
    <d2p1:UserUpdate>sample string 13</d2p1:UserUpdate>
    <d2p1:BranchType>4</d2p1:BranchType>
    <d2p1:GroupWorkflow>sample string 5</d2p1:GroupWorkflow>
    <d2p1:IsEscalate>true</d2p1:IsEscalate>
    <d2p1:MinPIC>6</d2p1:MinPIC>
    <d2p1:Nama>sample string 2</d2p1:Nama>
    <d2p1:NextN>8</d2p1:NextN>
    <d2p1:NextY>7</d2p1:NextY>
    <d2p1:SLAMenit>3</d2p1:SLAMenit>
    <d2p1:Urutan>1</d2p1:Urutan>
  </Data>
</ActionResultOfWorkflowyF_PE8d68>