GET api/SlaConfig/search-parameters

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "FirstStepConfigId": 1,
  "FirstDependantField": "sample string 1",
  "FirstDependantValue": "sample string 2",
  "LastStepConfigId": 1,
  "LastDependantField": "sample string 3",
  "LastDependantValue": "sample string 4",
  "DurationTypeLovId": 1,
  "Duration": 1,
  "StopForVerification": true,
  "EffectiveFrom": "2024-11-29T01:49:38.2667697+11:00",
  "EffectiveTo": "2024-11-29T01:49:38.2667697+11:00",
  "Active": true,
  "CreatedDate": "2024-11-29T01:49:38.2667697+11:00",
  "ModifiedDate": "2024-11-29T01:49:38.2667697+11:00",
  "CreatedByUser": "sample string 6",
  "ModifiedByUser": "sample string 7",
  "ApplicationTypeLovId": 1,
  "FirstStageLovId": 1,
  "LastStageLovId": 1,
  "FirstStepCode": "sample string 8",
  "LastStepCode": "sample string 9",
  "ApplicationTypes": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "PK": 1,
        "ActiveFlagNullable": true
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Stages": {
    "$id": "4",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Steps": {
    "$id": "5",
    "$values": [
      {
        "$id": "6",
        "PK": 1
      },
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ]
  },
  "DurationTypes": {
    "$id": "7",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "StepConfigs": {
    "$id": "8",
    "$values": [
      {
        "$id": "9",
        "PK": 1
      },
      {
        "$ref": "9"
      },
      {
        "$ref": "9"
      }
    ]
  },
  "Request": {
    "$id": "10",
    "Filters": {
      "$id": "11",
      "$values": [
        {
          "$id": "12",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "13"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "14",
            "$values": [
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              },
              {
                "$ref": "12"
              }
            ]
          }
        },
        {
          "$ref": "12"
        },
        {
          "$ref": "12"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "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"
    },
    "PreviousPageSize": 3
  }
}