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 |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Configuration for getting a single element |
|
|
Type of the element |
|
|
ID of the element |
|
|
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 |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Configuration for the tree items |
|
|
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 |
|---|---|
|
|
Additional HTTP header name/value pairs to include in the request. |
|
|
Configuration for the search |
|
|
The response format expected from the API (e.g. application/json). |