GET api/UserAccount/search-parameters

No documentation available.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "UserId": 1,
  "UserName": "sample string 1",
  "Email": "sample string 2",
  "ActiveFlag": true,
  "FirstName": "sample string 4",
  "LastName": "sample string 5",
  "PhoneNumber": "sample string 6",
  "MobileNumber": "sample string 7",
  "TeamId": 1,
  "Teams": {
    "$id": "2",
    "$values": [
      {
        "$id": "3",
        "Id": "sample string 1",
        "Text": "sample string 2",
        "OtherText": "sample string 3",
        "OtherData": {
          "$id": "4"
        }
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "PositionId": 1,
  "Positions": {
    "$id": "5",
    "$values": [
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      },
      {
        "$ref": "3"
      }
    ]
  },
  "UserRoleTypeLovId": 1,
  "UserRoleTypes": {
    "$id": "6",
    "$values": [
      {
        "$id": "7",
        "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": "7"
      },
      {
        "$ref": "7"
      }
    ]
  },
  "UserRole": 0,
  "UserOrganisation": 1,
  "Request": {
    "$id": "8",
    "Filters": {
      "$id": "9",
      "$values": [
        {
          "$id": "10",
          "<Field>k__BackingField": "sample string 1",
          "<Operator>k__BackingField": "sample string 2",
          "<Value>k__BackingField": {
            "$id": "11"
          },
          "<Logic>k__BackingField": "sample string 4",
          "<Filters>k__BackingField": {
            "$id": "12",
            "$values": [
              {
                "$ref": "10"
              },
              {
                "$ref": "10"
              },
              {
                "$ref": "10"
              }
            ]
          }
        },
        {
          "$ref": "10"
        },
        {
          "$ref": "10"
        }
      ]
    },
    "Page": 1,
    "PageSize": 2,
    "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"
    },
    "PreviousPageSize": 3
  }
}