Is GraphQL out of the box with Adobe Campaign Standard? | Community
Skip to main content
October 12, 2022
Solved

Is GraphQL out of the box with Adobe Campaign Standard?

  • October 12, 2022
  • 1 reply
  • 957 views

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

 

 

 

 

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by bisswang

That's unfortunately correct.

Only REST is supported, no GraphQL.

 

Also dynamic expansion of links etc. is not supported

1 reply

Craig_Thonis
Adobe Employee
Adobe Employee
October 12, 2022

Hi Nawang,

 

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

 

 

bisswangAdobe EmployeeAccepted solution
Adobe Employee
October 14, 2022

That's unfortunately correct.

Only REST is supported, no GraphQL.

 

Also dynamic expansion of links etc. is not supported