GET api/Role/GetAll

No documentation available.

Response Information

No documentation available.

Response body formats

application/json, text/json

Sample:
[
  {
    "MONGODBNAME": "sample string 1",
    "RoleName": "sample string 1",
    "Description": "sample string 2",
    "RoleStatus": "sample string 3",
    "CategId": 4,
    "Id": 5,
    "VEHICLES_ID": 6,
    "CreatedBy": 7,
    "CreatedDate": "2025-12-08T13:26:55.7354653+05:30",
    "ModifiedBy": 9,
    "ModifiedDate": "2025-12-08T13:26:55.7354653+05:30",
    "Operation": 1,
    "Comments": "sample string 11"
  },
  {
    "MONGODBNAME": "sample string 1",
    "RoleName": "sample string 1",
    "Description": "sample string 2",
    "RoleStatus": "sample string 3",
    "CategId": 4,
    "Id": 5,
    "VEHICLES_ID": 6,
    "CreatedBy": 7,
    "CreatedDate": "2025-12-08T13:26:55.7354653+05:30",
    "ModifiedBy": 9,
    "ModifiedDate": "2025-12-08T13:26:55.7354653+05:30",
    "Operation": 1,
    "Comments": "sample string 11"
  },
  {
    "MONGODBNAME": "sample string 1",
    "RoleName": "sample string 1",
    "Description": "sample string 2",
    "RoleStatus": "sample string 3",
    "CategId": 4,
    "Id": 5,
    "VEHICLES_ID": 6,
    "CreatedBy": 7,
    "CreatedDate": "2025-12-08T13:26:55.7354653+05:30",
    "ModifiedBy": 9,
    "ModifiedDate": "2025-12-08T13:26:55.7354653+05:30",
    "Operation": 1,
    "Comments": "sample string 11"
  }
]