GET api/LookupCode/{id}

No documentation available.

Request Information

Parameters

NameDescriptionAdditional information
id
No documentation available.

Define this parameter in the request URI.

Response Information

Response body formats

application/json, text/json

Sample:
{
  "LookupCodeType": {
    "$id": "2",
    "PK": "sample string 1"
  },
  "RelatedCodeAssociations": {
    "$id": "3",
    "$values": [
      {
        "$id": "4",
        "Code1Type": "sample string 1",
        "Code2Type": "sample string 2",
        "LookupCodes": {
          "$id": "5",
          "$values": [
            {
              "$id": "6",
              "PK": 1,
              "ActiveFlagNullable": true
            },
            {
              "$ref": "6"
            },
            {
              "$ref": "6"
            }
          ]
        }
      },
      {
        "$ref": "4"
      },
      {
        "$ref": "4"
      }
    ]
  },
  "CodeTypes": {
    "$id": "7",
    "$values": [
      {
        "$id": "8",
        "CodeType": "sample string 1",
        "CodeTypeDesc": "sample string 2"
      },
      {
        "$ref": "8"
      },
      {
        "$ref": "8"
      }
    ]
  },
  "Entity": {
    "$ref": "6"
  },
  "Validation": {
    "$id": "9",
    "SuccessOutput": {
      "$id": "10"
    },
    "Success": true,
    "ErrorMessages": null,
    "WarningMessages": {
      "$id": "11",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "InfoMessages": {
      "$id": "12",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    },
    "DatabaseErrorMessage": "sample string 3",
    "SuccessMessage": "sample string 4",
    "RelatedKeyId": "sample string 5"
  },
  "PageAccess": {
    "$id": "13",
    "PageCode": "sample string 1",
    "StepAccesses": {
      "$id": "14",
      "$values": [
        {
          "$id": "15",
          "StageCode": "sample string 1",
          "StepCode": "sample string 2"
        },
        {
          "$ref": "15"
        },
        {
          "$ref": "15"
        }
      ]
    },
    "Positions": {
      "$id": "16",
      "$values": [
        "sample string 1",
        "sample string 2",
        "sample string 3"
      ]
    }
  },
  "UserRole": 0
}