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

API Endpoint for Campaign Workflow

Avatar

Level 1

I want to fetch the campaign, workflow and delivery details (Labels and IDs) using Rest API. With regards to documentations available we can only do workflow execution tasks. Can we fetch the details mentioned above? If so, please guide on the API endpoint. Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

@sadrf1, Anything you see on this documentation are the REST API endpoints available for ACS.

 

Thanks, Sathees

View solution in original post

4 Replies

Avatar

Correct answer by
Community Advisor

@sadrf1, Anything you see on this documentation are the REST API endpoints available for ACS.

 

Thanks, Sathees

Avatar

Level 1

Hi @SatheeskannaK so is it not possible to fetch the campaign and delivery labels and IDs? Are there any workarounds possible?

Avatar

Community Advisor

@sadrf1, You could try this and see if that works. Create a custom resource to capture the workflow, campaign, and delivery ids. Setup a workflow to update the values in the custom resource. When you have data in the custom resource use the customResources endpoint to fetch them. It's just cumbersome to maintain. 

Thanks, Sathees

Avatar

Level 1

Thank you for the update. I will check and get back to you.