We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Get a single items data on id
protected System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.JsonResult> ProcessData(int id);
id System.Int32 id of data to return
id
System.Threading.Tasks.Task<Microsoft.AspNetCore.Mvc.JsonResult>