Expand my Community achievements bar.

We are excited to introduce our latest innovation to enhance the Adobe Campaign user experience — the Adobe Campaign v8 Web User Interface!
SOLVED

Is GraphQL out of the box with Adobe Campaign Standard?

Avatar

Level 1

Hi all,

 

Is it possible to perform GraphQL API calls from Adobe Campaign Standard database(client Data)?

 

If not, maybe someone can provide suggestions for my question below.

 

Let's say I have 3 tables: Profile, Order, Feedback

The profile can have many orders.

Order can have one feedback.

 

So if I retrieve order data via a rest API call. Is there a way I can get the entire feedback data(not only the PKey of feedback) along with the entire order data?

 

Rest API call:

get order by PKey = blabla1

Expected result:

Order {
PKey: "blabla1",
item: "blablaItem"
Feedback: {
           PKey: "blablafeedback",
            message: "blabla bla bal"
           }
}

 

Thanks in advance

Nawang

 

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Employee Advisor

That's unfortunately correct.

Only REST is supported, no GraphQL.

 

Also dynamic expansion of links etc. is not supported

View solution in original post

2 Replies

Avatar

Employee Advisor

Hi Nawang,

 

Campaign Standard uses REST API to make calls and I'm not seeing any indication that GraphQL is supported.

 

 

Avatar

Correct answer by
Employee Advisor

That's unfortunately correct.

Only REST is supported, no GraphQL.

 

Also dynamic expansion of links etc. is not supported