GET api/Application/search-parameters

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "ApplicationId": 1,
  "ItemName": "sample string 1",
  "ApplicationTypeLovId": 1,
  "DisplayApplicationTypeLovId": 1,
  "AssignedUserId": 1,
  "StageLovId": 1,
  "StepConfigId": 1,
  "ApplicationStatusLovId": 1,
  "ApplicationTypes": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "Id": 1,
        "CodeDesc": "sample string 2",
        "AlternativeDesc": "sample string 3",
        "SystemCode": "sample string 4",
        "SequenceNo": 1
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "ApplicationStatuses": {
    "$id": "4",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "DisplayApplicationTypes": {
    "$id": "5",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "ActiveUsers": {
    "$id": "6",
    "$values": [
      {
        "$id": "7",
        "Id": "sample string 1",
        "Text": "sample string 2",
        "OtherText": "sample string 3",
        "OtherData": {
          "$id": "8"
        }
      },
      {
        "$ref": "7"
      },
      {
        "$ref": "7"
      }
    ]
  },
  "Request": {
    "$id": "9",
    "Filters": {
      "$id": "10",
      "$values": [
        {
          "$id": "11",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "12"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "13",
            "$values": [
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              },
              {
                "$ref": "11"
              }
            ]
          }
        },
        {
          "$ref": "11"
        },
        {
          "$ref": "11"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "Sort": {
      "$id": "14",
      "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
  },
  "RequiredByDate": "2024-11-09T12:59:06.7002638+11:00",
  "UserRole": 0,
  "UserOrganisation": 1,
  "SlaStatus": "sample string 2"
}