POST api/S170ItemNotification/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",
        "S170ItemNotificationId": 1,
        "ApplicationNoneItemId": 1,
        "ItemId": 1,
        "ItemName": "sample string 2",
        "Address": "sample string 3",
        "ModifiedDate": "2024-06-01T19:04:27.6875175+10:00",
        "AmmendmentOutcomeLovId": 1,
        "SystemCode": "sample string 5",
        "AmmendmentDescription": "sample string 6",
        "TransactionTypeLovId": 1,
        "TransactionType": "sample string 7",
        "S170DataApplicationId": 1,
        "EndorsedHcrApplicationId": 1,
        "PK": "2024-06-01T19:04:27.6875175+10:00"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "FullResults": {
    "$id": "4",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Validation": {
    "$id": "5",
    "SuccessOutput": {
      "$id": "6"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "7",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "8",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "Results": {
    "$id": "9",
    "$values": [
      {
        "$id": "10"
      },
      {
        "$id": "11"
      },
      {
        "$id": "12"
      }
    ]
  },
  "Page": 1,
  "PageSize": 1,
  "PageCount": 1,
  "Sort": {
    "$id": "13",
    "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
}