Pimcoreconnector v1.0

Version 1.0

Connector Overview: This page documents all 3 actions for the Pimcoreconnector v1.0.

General (3)

GET Get a single element by type and ID

/pimcore-datahub-webservices/simplerest/{config}/get-element

Retrieve a single element from Pimcore by specifying its type and ID. Use when you need to fetch the details of one specific element.

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

Config

Configuration for getting a single element

Type

Type of the element

Id

ID of the element

Response Type

The response format expected from the API (e.g. application/json).

GET Get all elements of a tree level

/pimcore-datahub-webservices/simplerest/{config}/tree-items

Retrieve all elements at a given level of the Pimcore tree hierarchy. Use to list children or siblings within a specific tree level.

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

Config

Configuration for the tree items

Response Type

The response format expected from the API (e.g. application/json).

GET Search for elements

/pimcore-datahub-webservices/simplerest/{config}/search

Search for elements across Pimcore based on criteria. Use to find elements matching search terms or filters.

Parameters

Parameter Name

Description

headers

Additional HTTP header name/value pairs to include in the request.

Config

Configuration for the search

Response Type

The response format expected from the API (e.g. application/json).