Contentserv PHP API

CSObjectListService

This file defines the service for the object list.

Tags
since

CS18.0

Table of Contents

executeBookmarkList()  : mixed
REST endpoint for bookmark object list.
executeObjectList()  : mixed
REST endpoint for simple object list.
executeParentList()  : mixed
REST endpoint for parent object list.
executeSearchList()  : mixed
REST endpoint for search object list.

Methods

executeBookmarkList()

REST endpoint for bookmark object list.

public executeBookmarkList() : mixed
Tags
@return

{Array} List of items to show, grouped by bookmark.

access

public

Return values
mixed

executeObjectList()

REST endpoint for simple object list.

public executeObjectList() : mixed
Tags
@return

{Array} List of items to show, grouped by object type.

access

public

Return values
mixed

executeParentList()

REST endpoint for parent object list.

public executeParentList() : mixed
Tags
@return

{Array} List of items to show, grouped by object type.

access

public

Return values
mixed

executeSearchList()

REST endpoint for search object list.

public executeSearchList() : mixed
Tags
@return

{Array} List of items to show, grouped by object type.

access

public

Return values
mixed

        

Search results