WA_EntityController..::..GetEntity Method
Gets any entity by name and identifier.
Namespace:
FLEXYGO.WebApiControllersAssembly: FlexyGo (in FlexyGo.dll)
Syntax
[HttpGetAttribute] [RouteAttribute] public IHttpActionResult GetEntity( string ObjectName, string Id, string filter )
<HttpGetAttribute> _ <RouteAttribute> _ Public Function GetEntity ( _ ObjectName As String, _ Id As String, _ filter As String _ ) As IHttpActionResult
Parameters
- ObjectName
- Type: String
Name of the object.
- Id
- Type: String
The identifier.
- filter
- Type: String
The filter.