GET api/Role/GetByID/{id}
No documentation available.
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | No documentation available. |
Define this parameter in the request URI. |
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:26.2512495+05:30",
"ModifiedBy": 9,
"ModifiedDate": "2025-12-08T13:26:26.2512495+05:30",
"Operation": 1,
"Comments": "sample string 11"
}