cancel
Showing results for 
Search instead for 
Did you mean: 

Read Data From Marketing

Former Member

Hi,

I need to read values in some coloums inside CUAND_CE_IC_ROOT e CUAND_CE_IA_RT and for doing that I try to create a GET request using python, but I can't find out the right OData URL for reach these tables. I've try for example a GET call to that url for reading interactions in the IC_ROOT but i get an empty xlm. Can anyone help me?

http://serverIp:port/sap/opu/odata/sap/CUAN_COMMON_SRV/InteractionContacts

Accepted Solutions (0)

Answers (1)

Answers (1)

vervinckt_joyca
Active Contributor
0 Kudos

Hi,

It depends on what version of hybris marketing you are on.

In general CUAN_IMPORT_SRV cannot read data.

For onprep version 1702 there are not a lot of read options. In a limited way you can use CUAN_COMMON_SRV to read data; but this one is actually designed for the Web UI to read some data from the backend.

But on more recent versions there are new API’s API_MKT_..., which you can find documented on the SAP API Hub.

https://api.sap.com/shell/discover?defaultTab=all&filter=(Products%20eq%20%27SAP%20Hybris%20Marketin...

Kind regards,

Joyca