Show TOC

Background documentationgetImplBOs Locate this document in the navigation structure

 

Returns the business objects, operations and operation implementations for the currently authenticated user.

The OBNWsFilter parameter enables you to define a filter to return a subset of the OBN objects.

Parameters

Name

Type

Description

obnWsFilter

OBNWsFilter

A filter that specifies which business objects to return.

Response

OBNWsResult[][]: An array of business objects, each of which contains an array of operation implementations for that business object.

Each result in the first array represents a business object, and specifies the name of the business object but not an operation or OBN URL.

Each result in the second array represents an operation implementation, and specifies the implementation's OBN URL and its operation.

More Information

The massGetImplBOs request, as described in Batch Requests.