GET api/MasterDataPhase2/OperatorProfile/GetAllMasterOperatorProfile

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

MasterDataPhase2OperatorProfileMdl
NameDescriptionTypeAdditional information
Status

boolean

None.

Data

MasterDataPhase2OperatorProfile

None.

Message

string

None.

Response Formats

application/json, text/json

Sample:
{
  "Status": true,
  "Data": {
    "JobTitleMdl": [
      {
        "jobTitleId": 1,
        "jobTitle": "sample string 2",
        "Description": "sample string 3"
      },
      {
        "jobTitleId": 1,
        "jobTitle": "sample string 2",
        "Description": "sample string 3"
      }
    ],
    "AspNetRolesMdl": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3"
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3"
      }
    ],
    "GroupMdls": [
      {
        "Id": 1,
        "Title": "sample string 2"
      },
      {
        "Id": 1,
        "Title": "sample string 2"
      }
    ],
    "BaseMdl": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "isDelete": true,
        "isActive": true,
        "isDyanmicValue": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "Type": "sample string 3",
        "isDelete": true,
        "isActive": true,
        "isDyanmicValue": true
      }
    ],
    "RankMdl": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "isDelete": true,
        "isActive": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "isDelete": true,
        "isActive": true
      }
    ],
    "PerformanceCategorizationMdl": [
      {
        "Id": 1,
        "Name": "sample string 2",
        "isDelete": true,
        "isActive": true,
        "isDyanmicValue": true
      },
      {
        "Id": 1,
        "Name": "sample string 2",
        "isDelete": true,
        "isActive": true,
        "isDyanmicValue": true
      }
    ],
    "OperatorProfileStatusMdl": [
      {
        "Id": 1,
        "StatusName": "sample string 2",
        "StatusValue": true
      },
      {
        "Id": 1,
        "StatusName": "sample string 2",
        "StatusValue": true
      }
    ]
  },
  "Message": "sample string 2"
}