POST api/WFGetTaskDetails

Documentation for 'Post'.

Request Information

Request body formats

application/json, text/json

Sample:
{
  "TaskId": 1,
  "GetDefault": true,
  "BypassPermissionCheck": true,
  "DefaultReference": {
    "APPLICATION_CODE": "sample string 1",
    "SOURCE": "sample string 2",
    "REFERENCE1": "sample string 3",
    "REFERENCE2": "sample string 4",
    "REFERENCE3": "sample string 5",
    "REFERENCE4": "sample string 6",
    "REFERENCE5": "sample string 7",
    "ENTITY_INSTANCE_DESCRIPTION": "sample string 8"
  }
}

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Task": {
    "CAN_DELETE": true,
    "CAN_EDIT": true,
    "CREATED_BY_DESC": "sample string 3",
    "STATUS_DESC": "sample string 4",
    "WORKFLOW_INSTANCE_NAME": "sample string 5",
    "ENTITY_INSTANCE_DESCRIPTION": "sample string 6",
    "CustomFieldList": [
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      },
      {
        "EntityName": "sample string 1",
        "FieldName": "sample string 2",
        "Value": "sample string 3",
        "Label": "sample string 4",
        "FieldType": "sample string 5"
      }
    ],
    "TASK_ID": 7,
    "DESCRIPTION": "sample string 8",
    "DUE_DATE": "2024-09-19T05:03:24.815883-07:00",
    "START_DATE": "2024-09-19T05:03:24.815883-07:00",
    "SCHEDULE_ID": 1,
    "CREATED_BY": "sample string 9",
    "ASSIGNED_TO": "sample string 10",
    "PRIORITY": "sample string 11",
    "LINK_TO": "sample string 12",
    "STATUS": "sample string 13",
    "NOTES": "sample string 14",
    "INS_USER": "sample string 15",
    "INS_DATE": "2024-09-19T05:03:24.815883-07:00",
    "UPD_USER": "sample string 17",
    "UPD_DATE": "2024-09-19T05:03:24.815883-07:00",
    "WORKFLOW_INSTANCE_STEP_ID": 1,
    "APPLICATION_CODE": "sample string 19",
    "SOURCE": "sample string 20",
    "REFERENCE1": "sample string 21",
    "REFERENCE2": "sample string 22",
    "REFERENCE3": "sample string 23",
    "REFERENCE4": "sample string 24",
    "SITEMAP_ID": "798647af-146d-4197-a383-12b3bbe421b4"
  }
}