GET api/Stakeholder/search-parameters

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "Email": "sample string 1",
  "GivenNames": "sample string 2",
  "Surname": "sample string 3",
  "MobilePhone": "sample string 4",
  "Organisation": "sample string 5",
  "OrganisationTypeLovId": 1,
  "WorkPhone": "sample string 6",
  "HomePhone": "sample string 7",
  "Position": "sample string 8",
  "ProjectId": 1,
  "ProgramId": 1,
  "OrganisationTypes": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "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": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "IsInSearchPopup": true,
  "IsSearchForIDA": true,
  "PopupStakeholderType": "sample string 10",
  "PopupApplicationType": "sample string 11",
  "PopupStepCode": "sample string 12",
  "PopupApplicationId": 1,
  "IsAlternate": true,
  "PopupStepId": 1,
  "OrganisationId": 1,
  "ViewEmail": "sample string 14",
  "AssociateStakeholderRequest": {
    "$id": "4",
    "Filters": {
      "$id": "5",
      "$values": [
        {
          "$id": "6",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "7"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "8",
            "$values": [
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              },
              {
                "$ref": "6"
              }
            ]
          }
        },
        {
          "$ref": "6"
        },
        {
          "$ref": "6"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "Sort": {
      "$id": "9",
      "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
  }
}