{CompanyName} FlexyGo

WA_EntityController..::..GetEntity Method

Gets any entity by name and identifier.

Namespace:  FLEXYGO.WebApiControllers
Assembly:  FlexyGo (in FlexyGo.dll)

Syntax


<HttpGetAttribute> _
<RouteAttribute> _
<AuthorizeAttribute> _
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.

Return Value

IHttpActionResult.