GetFacadeObject
Initial Build |
n/a |
xWEB |
Web Method |
Response Type |
Object |
The GetFacadeObject method returns all fields and related data for the requested object.
Important! Abila does not recommend using this web method. This web method is resource-intensive, as it returns every single field of an object which can result in an excessively large amount of data returned as well as unnecessary processing. GetQuery or similar methods are preferred.
Parameters
Name | Type | Description |
---|---|---|
szObjectName | string |
The object name. You can obtain the name by using the GetFacadeObjectList method. |
szObjectKey | string |
The object key. You can obtain the name by using the GetFacadeObjectList method. |
Response
This method returns an XML node that represents the specified facade object.