GET api/Agent/GetAgents

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "$id": "1",
    "AgentId": 1,
    "AgentFullName": "sample string 2",
    "AgentUserName": "sample string 3",
    "AgentRole": "sample string 4",
    "AgentPhotoPath": "sample string 5",
    "AgentPassword": "sample string 6",
    "AgentEmail": "sample string 7",
    "AgentMobile": "sample string 8",
    "AgentDepartment": "sample string 9",
    "AgentGender": "sample string 10",
    "AgentTeamId": 1,
    "AgentHireDate": "2025-04-11T02:00:15.7852291-07:00",
    "AgentSalary": 1.1,
    "AgentTotalSales": 1,
    "AgentIsActive": true
  },
  {
    "$ref": "1"
  },
  {
    "$ref": "1"
  }
]