GET api/Admin/Get

Request Information

URI Parameters

None.

Body Parameters

None.

Response Information

Resource Description

Collection of AdminPanelLogin
NameDescriptionTypeAdditional information
AdminLoginId

integer

None.

Username

string

None.

Password

string

None.

CompanyDetailId

integer

None.

Type

integer

None.

Name

string

None.

EmailId

string

None.

MobileNumber

string

None.

UserRole

UserRole

None.

Response Formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "AdminLoginId": 1,
    "Username": "sample string 2",
    "Password": "sample string 3",
    "CompanyDetailId": 1,
    "Type": 1,
    "Name": "sample string 4",
    "EmailId": "sample string 5",
    "MobileNumber": "sample string 6",
    "UserRole": {
      "$id": "2",
      "Type": 1,
      "UserRoleName": "sample string 2",
      "UserRoleScreen": "sample string 3",
      "AdminPanelLogins": [
        {
          "$ref": "1"
        },
        {
          "$ref": "1"
        }
      ]
    }
  },
  {
    "$ref": "1"
  }
]