GET api/CodeAssociation/search-parameters

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Code1Type": "sample string 1",
  "Code1LovId": 1,
  "Code2Type": "sample string 2",
  "Code2LovId": 1,
  "CreatedByUser": "sample string 3",
  "CreatedDate": "2024-11-09T13:04:19.3702824+11:00",
  "ModifiedByUser": "sample string 4",
  "ModifiedDate": "2024-11-09T13:04:19.3702824+11:00",
  "Code1Types": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "CodeType": "sample string 1",
        "CodeTypeDesc": "sample string 2"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Code2Types": {
    "$id": "4",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "Code1LookupValues": {
    "$id": "5",
    "$values": [
      {
        "$id": "6",
        "CodeLovId": 1,
        "CodeType": "sample string 2",
        "Description": "sample string 3",
        "AlternativeDesc": "sample string 4",
        "ShortDesc": "sample string 5",
        "ActiveFlag": true,
        "SequenceNo": 1,
        "SystemCode": "sample string 7",
        "IsStreetAddressFlag": true
      },
      {
        "$ref": "6"
      },
      {
        "$ref": "6"
      }
    ]
  },
  "Request": {
    "$id": "7",
    "Filters": {
      "$id": "8",
      "$values": [
        {
          "$id": "9",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "10"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "11",
            "$values": [
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              },
              {
                "$ref": "9"
              }
            ]
          }
        },
        {
          "$ref": "9"
        },
        {
          "$ref": "9"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "Sort": {
      "$id": "12",
      "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
  }
}