POST api/WFGetWorkflowInstanceDetails

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "WorkflowInstanceId": 1
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "WorkflowInstance": {
    "WORKFLOW_INSTANCE_ID": 1,
    "INSTANCE_NAME": "sample string 2",
    "APPL_CODE": "sample string 3",
    "STATUS": "sample string 4",
    "INS_USER": "sample string 5",
    "INS_DATE": "2024-09-19T05:02:59.0749178-07:00",
    "UPD_USER": "sample string 7",
    "UPD_DATE": "2024-09-19T05:02:59.0749178-07:00",
    "SOURCE": "sample string 9",
    "REFERENCE1": "sample string 10",
    "REFERENCE2": "sample string 11",
    "REFERENCE3": "sample string 12",
    "REFERENCE4": "sample string 13",
    "SITEMAP_ID": "78a6041d-a06f-482b-beaf-6fec057a7876",
    "CAN_TERMINATE": true,
    "APPL_CODE_DESC": "sample string 15",
    "STATUS_DESC": "sample string 16",
    "ENTITY_INSTANCE_DESCRIPTION": "sample string 17"
  },
  "WorkflowInstanceStepList": [
    {
      "START_DATE_CODE_DESC": "sample string 1",
      "STEP_TYPE_CODE_DESC": "sample string 2",
      "DUE_DATE_CODE_DESC": "sample string 3",
      "PRIORITY_DESC": "sample string 4",
      "STATUS_DESC": "sample string 5",
      "ASSIGNED_TO_DESC": "sample string 6",
      "TASK_NOTES": "sample string 7",
      "TASK_ID": 1,
      "WORKFLOW_INSTANCE_STEP_ID": 8,
      "WORKFLOW_INSTANCE_ID": 9,
      "STEP_NUMBER": 10,
      "DESCRIPTION": "sample string 11",
      "LINK_TO": "sample string 12",
      "START_DATE_CODE": "sample string 13",
      "DUE_DATE_CODE": "sample string 14",
      "DUE_DATE_DAYS": 15,
      "NOTES": "sample string 16",
      "STEP_TYPE_CODE": "sample string 17",
      "ASSIGNED_TO": "sample string 18",
      "PRIORITY": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:02:59.0749178-07:00",
      "UPD_USER": "sample string 22",
      "UPD_DATE": "2024-09-19T05:02:59.0749178-07:00"
    },
    {
      "START_DATE_CODE_DESC": "sample string 1",
      "STEP_TYPE_CODE_DESC": "sample string 2",
      "DUE_DATE_CODE_DESC": "sample string 3",
      "PRIORITY_DESC": "sample string 4",
      "STATUS_DESC": "sample string 5",
      "ASSIGNED_TO_DESC": "sample string 6",
      "TASK_NOTES": "sample string 7",
      "TASK_ID": 1,
      "WORKFLOW_INSTANCE_STEP_ID": 8,
      "WORKFLOW_INSTANCE_ID": 9,
      "STEP_NUMBER": 10,
      "DESCRIPTION": "sample string 11",
      "LINK_TO": "sample string 12",
      "START_DATE_CODE": "sample string 13",
      "DUE_DATE_CODE": "sample string 14",
      "DUE_DATE_DAYS": 15,
      "NOTES": "sample string 16",
      "STEP_TYPE_CODE": "sample string 17",
      "ASSIGNED_TO": "sample string 18",
      "PRIORITY": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:02:59.0749178-07:00",
      "UPD_USER": "sample string 22",
      "UPD_DATE": "2024-09-19T05:02:59.0749178-07:00"
    },
    {
      "START_DATE_CODE_DESC": "sample string 1",
      "STEP_TYPE_CODE_DESC": "sample string 2",
      "DUE_DATE_CODE_DESC": "sample string 3",
      "PRIORITY_DESC": "sample string 4",
      "STATUS_DESC": "sample string 5",
      "ASSIGNED_TO_DESC": "sample string 6",
      "TASK_NOTES": "sample string 7",
      "TASK_ID": 1,
      "WORKFLOW_INSTANCE_STEP_ID": 8,
      "WORKFLOW_INSTANCE_ID": 9,
      "STEP_NUMBER": 10,
      "DESCRIPTION": "sample string 11",
      "LINK_TO": "sample string 12",
      "START_DATE_CODE": "sample string 13",
      "DUE_DATE_CODE": "sample string 14",
      "DUE_DATE_DAYS": 15,
      "NOTES": "sample string 16",
      "STEP_TYPE_CODE": "sample string 17",
      "ASSIGNED_TO": "sample string 18",
      "PRIORITY": "sample string 19",
      "INS_USER": "sample string 20",
      "INS_DATE": "2024-09-19T05:02:59.0749178-07:00",
      "UPD_USER": "sample string 22",
      "UPD_DATE": "2024-09-19T05:02:59.0749178-07:00"
    }
  ]
}