{ "EntityName": "AbpUserRoles", "GeneratedAt": "2026-08-19T09:53:39.2444186Z", "Endpoints": [ { "Method": "POST", "Path": "/api/app/crudendpoint/AbpUserRoles", "OperationType": "Create", "IsActive": true }, { "Method": "DELETE", "Path": "/api/app/crudendpoint/AbpUserRoles/{id}", "OperationType": "Delete", "IsActive": true }, { "Method": "GET", "Path": "/api/app/crudendpoint/AbpUserRoles/{id}", "OperationType": "GetById", "IsActive": true }, { "Method": "GET", "Path": "/api/app/crudendpoint/AbpUserRoles", "OperationType": "GetList", "IsActive": true }, { "Method": "PUT", "Path": "/api/app/crudendpoint/AbpUserRoles/{id}", "OperationType": "Update", "IsActive": true } ] }