POST api/WorkflowStepConfig/search-results

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
request
No documentation available.

Define this parameter in the request body.

Request body formats

application/json, text/json

Sample:
{
  "Filters": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "<Field>k__BackingField": "sample string 1",
        "<Operator>k__BackingField": "sample string 2",
        "<Value>k__BackingField": {
          "$id": "4"
        },
        "<Logic>k__BackingField": "sample string 4",
        "<Filters>k__BackingField": {
          "$id": "5",
          "$values": [
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            },
            {
              "$ref": "3"
            }
          ]
        }
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Page": 1,
  "PageSize": 2,
  "Sort": {
    "$id": "6",
    "Field": "sample string 1",
    "Dir": "sample string 2",
    "SecondaryField": "sample string 3",
    "SecondaryDir": "sample string 4",
    "ThirdField": "sample string 5",
    "ThirdDir": "sample string 6"
  },
  "PreviousPageSize": 3
}

application/x-www-form-urlencoded

Sample:

Failed to generate the sample for media type 'application/x-www-form-urlencoded'. Cannot use formatter 'JQueryMvcFormUrlEncodedFormatter' to write type 'DataSearchRequest'.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "TResults": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "IsCurrent": true,
        "IsOpen": true,
        "IsBeingSaved": true,
        "IsUnlocked": true,
        "IsCompleted": true,
        "CanUserAccess": true,
        "CanUserSave": true,
        "TeamPositions": {
          "$id": "4",
          "$values": [
            {
              "$id": "5",
              "TeamPositionId": 1,
              "TeamId": 1,
              "PositionId": 1
            },
            {
              "$ref": "5"
            },
            {
              "$ref": "5"
            }
          ]
        },
        "RowId": 8,
        "WorkflowId": 9,
        "StepConfigId": 10,
        "TeamId": 1,
        "PositionId": 1,
        "TeamPositionId": 1,
        "Stage": "sample string 11",
        "StageCode": "sample string 12",
        "StageSequence": 13,
        "Step": "sample string 14",
        "StepCode": "sample string 15",
        "StepSequence": 16,
        "WorkflowStepSequence": 17,
        "ApplicationType": "sample string 18",
        "PortalType": "sample string 19",
        "Team": "sample string 20",
        "Position": "sample string 21",
        "LinkedStepConfigId": 1,
        "CurrentWorkflowFlag": true,
        "SeniorTeamLeaderAllocatedFlag": true,
        "IsPrepareStep": true,
        "IsReviewStep": true,
        "LockStepToTeamFlag": true,
        "LinkedWorkflowStepSequence": 1,
        "PK": true
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "FullResults": {
    "$id": "6",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Validation": {
    "$id": "7",
    "SuccessOutput": {
      "$id": "8"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "9",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "10",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "Results": {
    "$id": "11",
    "$values": [
      {
        "$id": "12"
      },
      {
        "$id": "13"
      },
      {
        "$id": "14"
      }
    ]
  },
  "Page": 1,
  "PageSize": 1,
  "PageCount": 1,
  "Sort": {
    "$id": "15",
    "Field": "sample string 1",
    "Dir": "sample string 2",
    "SecondaryField": "sample string 3",
    "SecondaryDir": "sample string 4",
    "ThirdField": "sample string 5",
    "ThirdDir": "sample string 6"
  },
  "Total": 2,
  "IsExternal": true,
  "UserRole": 0,
  "Area": "sample string 4",
  "MaxLayerSeachResultsExceededWarningMessage": "sample string 5",
  "maxHeritageLayerSearchValue": 1,
  "MaxResultsExceeded": true
}